#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 25px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #4569B3;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
TD.page { text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:link { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:visited { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:active { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:hover { color: #9A0000;
text-decoration: underline;
font-size:9pt;
font-weight: none;
font-family: Arial; 
}

