#navcontainer { width: 125px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font: 12px verdana;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 125px;
background-color: #fff;
border-bottom: 2px solid #eee;
text-align: center;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FAF5E2;
color: #000;
font-weight: bold
}

