#navcontainer { position: fixed; top: 10px; left: 0%; font-family: sans-serif }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: #666;
background-color: #000;
width: 9em;

text-decoration: none;
}

#navcontainer a:hover
{
background-color: #AAA;
color: #666;
}

#active a
{
display: block;
color: #666;
background-color: #CCC;
width: 9em;

text-decoration: none;
}
