#nav a { color: #333; display: block; margin: 0; text-align: left; text-decoration: none; }
#nav dl, #nav dt { margin: 0; padding: 0; position: relative; }
#nav dl dd { list-style-type: none; padding: 0; margin: 0; }

/* First Level */
#nav dl dt a { background: #fff url(images/menu1.gif) left no-repeat; color: #000; font-weight: bold; font-size: 1.0em; border-top: 1px solid #fff; padding: 3px 0 3px 15px; }

/* First Level Hover */
#nav dl dt a:hover { background: #fff url(images/menu2.gif) left no-repeat; color: #B62021; font-weight: bold; }

/* First Level Highlighted */
#nav dl dt a#currentgrp { background: #fff url(images/menu2.gif) left no-repeat; color: #B62021; font-weight: bold; }

/*--------------------------------------*/

/* Second Level */
#nav dl dd a { background: #fff; color: #000; font-weight: normal; font-size: 1.0em; border-top: 1px solid #fff; padding: 2px 0 2px 25px; }

/* Second Level Hover */
#nav dl dd a:hover { background: #fff; color: #006696; font-weight: normal; }

/* Second Level Highlighted */
#nav dl dd a#currentcat { background: #fff; color: #006696; font-weight: normal; }

/*--------------------------------------*/

/* Third Level */
#nav dl dl dd a { background: #fff; color: #000; font-weight: normal; font-size: 0.9em; border-top: 1px solid #fff; padding-left: 35px; }

/* Third Level Hover */
#nav dl dl dd a:hover { background: #fff; color: #000; font-weight: normal; }

/* Third Level Highlighted */
#nav dl dl dd a#currentsub { background: #fff; color: #000; font-weight: normal; }

