#navcontainer
{
margin: 0;
padding: 0px 0 7px 5px;
width: 100%;
line-height: 3.0;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
text-decoration: none;
text-align: center;

}

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

ul#navlist li
{
float: left;
width: 29%;
margin-right: 1px;
margin-bottom: 1px;

border: 2px solid green;
background-color: yellow;
}

ul#navlist li a
{
padding: 0 10px;
line-height: 2.75;
text-decoration: none;
color: black;
}

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

ul#navlist li a:hover, ul#navlist a#current:hover
{
background-color: green;
color: #fff;
}

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