div#navcontainer ul li a
{
color: white;
background-color: #ada;
border-right: 1px solid #8b8;
border-left: 1px solid #6C0;
border-top: 1px solid #8b8;

}

div#navcontainer ul li a:hover
{
background-color: #8b8;
color: white;
}
