#navcontainer { width: 99%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 99%;
background-color: WHITE;
}

#navcontainer a:link, #navlist a:visited
{
color: BLACK;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: BLACK;
color: WHITE;
} 
