#navcontainer
{
margin: 0;
padding: 5px 0 7px 0;
width: 920px;
line-height: 1.75;
background-color: #512800;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}

ul#navlist
{
display: inline;
list-style: none;
}

ul#navlist li
{
float: left;
width: auto;
margin-right: 5px;
border: 2px solid #fff;
background-color: #ddd;
}

ul#navlist li a
{
padding: 0 3px;
line-height: 1.75;
text-decoration: none;
color: #512800;
}

ul#navlist li a#current
{
background-color: #669;
color: #fff;
}

ul#navlist li a:hover, ul#navlist a#current:hover
{
background-color: #CBCB96;
color: #512800;
}

ul#navlist li a:active, ul#navlist li#active a#current:active
{
background-color:#CBCB96;
color: #fff;
}

