#navcontainer
{
background: #C00;
border-top: 1px solid #9CC;
font: normal normal 11px Arial Black, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: -1px;
display: inline;
line-height: 2.3em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #C00;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
font-weight: normal;
}

#navlist a:hover
{
background: #D00;
bottom: 1px;
color: #000;
position: relative;
right: 1px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #D00;
bottom: 1px;
color: #000;
position: relative;
right: 3px;
font-weight: normal;
}

