#navcontainer ul
{
list-style-type: none;
text-align: left;
padding: 0px;
line-height:20px;
}

#navcontainer ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 10px;
text-align: left;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;;
text-decoration: none;
color: #FFFFFF;
}

#navcontainer ul li a:hover
{
padding-left: 10px;
background: transparent url(../images/list-on.gif) left center no-repeat;
text-decoration: none;
color: #999999;
}

#navcontainer ul li a#current
{
padding-left: 10px;
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #999999;
}

#navcontainer ul li a#subcurrent
{
padding-left: 10px;
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #999999;
}