
#navlist
{
color: white;
padding: 0 1px;
margin-left: 3px;
width: 135px;
font: bold 0.7em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 2px;
margin-top: 2px;
color: white;
background: #cc0000;
border-width: 2px;
border-style: solid;
border-color: #900000 #561625 #76181f #000000;
border-left: 2px solid #000;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* 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: #990000;
border-color: #900000 #561625 #76181f #fff;
/*padding: 0.4em 0.35em 0.25em 0.9em;*/
}


