#navcontainer { width: 189px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
font-size:13px;
font-weight:bold;
/* filter:DropShadow(Color=#000000,Direction=135,Strength=4); */
}

#navcontainer a
{
display: block;
color: #646432;
padding: 5px 0px 5px 8px;
width: 189px;
background-color: #ffffcd;
border-bottom: 1px solid #333;
}

#navcontainer a:link, #navlist a:visited
{
color: #646432;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fff;
color: #646432;
}
#navcontainer ul li a#current
{
background: #fff;
color: #666;
}
