#navlist
{
color: white;
padding: 0 1px;
margin-left: 2;
width: 15em;
font: normal 0.8em Arial, sans-serif;
}
#navlist li
{
list-style: none;
margin: 2;
font-size: 1em;
}
#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.2em;
color: #333333;
background: #f1f5fa;
border-width: 1px;
padding: 0.2em 0.2em 0.2em 0.75em;
}
#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}
#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 15em;
height: 1.5em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}
#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}
#navlist a:hover, #navlist a#current:hover
{
background: #ddeaff;
border-color: #069 #6cf #5bd #fc0;
padding: 0.2em 0.2em 0.2em 0.75em;
}
#navlist a:active, #navlist a#current:active
{
background: #ddeaff;
border-color: #069 #6cf #5bd white;
padding: 0.2em 0.2em 0.2em 0.75em;
}