#navcontainer
{
margin: 2px 0 2px 0;
margin:0;
padding: 0;
height: 26px;
width:960px;
background-color:#c4cf1b;
}

#navcontainer ul
{
border: 0;
margin: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
margin: 0;
}

#navcontainer ul li a
{
background: #c4cf1b;
height: 16px;
border-right: 1px solid #ffffff;
padding:3px 14px 7px 14px;
xmargin: 0;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffff;
}

#navcontainer ul li a:hover
{
color: #ffffff;
background: #838383;
}

#navcontainer a:active
{
background: #c4cf1b;
color: #fff;
}

#navcontainer li#active a
{
background: #ffffff;
color: #000000;
}

