body {
      background:#fff;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Verdana;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
    
    #header {
      float:left;
      width:100%;
/*      background:#DAE0D2 url("bg.gif") repeat-x bottom;  \*/
      font-size:78%;
      line-height:normal;
      white-space:nowrap;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      background:url("left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #165;
      text-decoration:none;
      }
    #header a span {
      float:left;
      display:block;
      background:url("right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#165;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#333;
      }
    #header #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header a:hover {
      background-position:0% -150px;
      }
    #header a:hover span {
      background-position:100% -150px;
      }

#navlist
{
margin: 0;
padding: 5px 0 20px 10px;
border-bottom: 1px dashed #165;


}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size:68%;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 12px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #165;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 1px solid Red;
padding-bottom: 2px;
background: transparent;
color: #165;

}

#navlist a:hover { color: #000; }


