#navcontainer ul{
font-family: Verdana, Arial;
font-size: 9pt;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li{
float: left;
margin: 0.5em 0.05em;
text-align: center;
}

#navcontainer a{
display: block; 
width: 6.6em; 
height: 2.5em; 
background: #eceeec; 
}

ul#navlist li#active a{
background: #fcee94;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

#navcontainer a:hover{
background: #fcee94;
}