 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font:"Trebuchet MS";
font-size:xx-small;
width: 14em;
}
/* End the hiding */

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #333333;
border-bottom: 2px solid #333333;
text-align: left;
padding:0;


background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist li a
{
display: block;
padding: 0.3em 0.0em 0.2em 0.2em;
border-right: 0.51em solid #666666;
border-left: 0.51em solid #666666;
background: #666666;
text-decoration: none;
font:"Trebuchet MS";

font-size:9pt;
color:#ffffff;
font-weight:bold;
}

#navlist li a:link { color:#ffffff; }
#navlist li a:visited { color:#ffffff; }

#navlist li a:hover
{
border-color: red;
color: #FFF;
background:#999999;
}
