#navlist
{
color: white;
background: #DFD6C2;
padding: 0;
margin: 0;
width:170px;
font: bold 95% Arial, Helvetica, sans-serif;
}

#navlist li
{
list-style: none;
margin-left: 6px;
line-height:20px;
width:156px;
//margin-top: -3px;
}

#navlist a
{
display: block; text-decoration: none;
margin: 0;
color: white;
border-bottom: 1px solid #D3C8B2;
padding: 0 20px 0 4px;
}

#navlist a#current { border-color:#730014; border-bottom: 1px solid #730014;}

#navlist a
{color: #4E2700;
voice-family: "\"}\"";
voice-family: inherit;

}

#navlist a:hover, #navlist a#current:hover
{
background: #730014;
border-bottom: 1px solid #fff;
color: #fff;
}

#navlist a:active, #navlist a#current:active
{
border-color: white;
color: #fff;
}
#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}	