#nav { width: 200px; margin: 0; padding: 10px; background: #E6F0F1; font-family: arial; font-size: 14px; }
#nav a { color: #000; 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; }
/*-------------------------------------------------*/
#nav dl dt.break { padding-bottom:10px; }
#nav dl dd.last { padding-bottom:20px; }
/*-------------------------------------------------*/
#nav dl dt a { background: #E6F0F1; color: #000; font-weight: bold; font-size: 1.0em; border-top: 0px solid #FFF; letter-spacing: 0px; padding: 3px 0 3px 5px; }
#nav dl dt a:hover { background: #E6F0F1; color: #999; font-weight: bold; }
#nav dl dt a#currentgrp { background: #E6F0F1; color: #999; font-weight: bold; }
/*-------------------------------------------------*/
#nav dl dd a { background: #E6F0F1 url(bullet.gif) left no-repeat; color: #999; font-weight: bold; font-size: 1.0em; border-top: 0px solid #FFF; padding: 2px 0 2px 30px; }
#nav dl dd a:hover { background: #E6F0F1 url(bullet.gif) left no-repeat; color: #000; font-weight: bold; }
#nav dl dd a#currentcat { background: #E6F0F1 url(bullet.gif) left no-repeat; color: #000; font-weight: bold; }
/*-------------------------------------------------*/
#nav dl dl dd a { background: #E6F0F1; color: #333; font-weight: normal; font-size: 1.0em; border-top: 0px solid #FFF; padding-left: 20px; }
#nav dl dl dd a:hover { background: #E6F0F1; color: #FFF; font-weight: normal; }
#nav dl dl dd a#currentsub { background: #E6F0F1; color: #FFF; font-weight: bold; }