#navcontainer div
{
text-align:center;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align:center;
}

#navlist li
{
display: block;
float:left;
list-style-type: none;
margin-bottom:1em;
margin-right:2px;
text-align:center;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color:#666666;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color:#999999;
text-decoration: none;
}
