

#navcontainer 
{
list-style-type: none;
text-align: left;
}

#navcontainer  a 
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 20px;
text-align: left;
font: normal 13px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #97BE0D;
}

#navcontainer  a:hover 
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: white;
}

#navcontainer  a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
