#navlist
{
color: #7b3b32;
padding: 0 0px;
margin-left: 0;
width: 184px;
font: normal 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 12px;
font-weight: 600;
 line-height: 130%;
 text-align: left;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0em;
margin-top: 0em;
color: white;
background: #fd9385;
border-width: 1px;
border-style: solid;
border-color: #FAEEC8 #7b3b32 #7b3b32 #5C9924;
border-left: 1em solid #EF5742;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { 
border-color: #7b3b32 #FAEEC8 #FAEEC8 #BFE801;
background-color:#FAEEC8;
color:#EF5742;
 }




#navlist a
{
width: 100%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 182px;
/* 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:#EF5742;
border-color: #7b3b32 #FAEEC8 #FAEEC8 #ffffff;
padding: 0.4em 0.35em 0.25em 0.9em;
color:#ffffff;
}

#navlist a:active, #navlist a#current:active
{
background: #F8BB08;
border-color: #7b3b32 #FAEEC8 #FAEEC8 #BFE801;
padding: 0.4em 0.35em 0.25em 0.9em;

}
