
#navcontainer ul
{
float:left;
list-style-type: none;
text-align: left;
width:190px;
height:25px;
}

#navcontainer ul li a
{
background: transparent url(list-off.gif) left center no-repeat;
padding-left: 10px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #000000;
width:220px;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #999;

}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
