#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: gray;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
background-color: black;
color: white;
}

