@charset "windows-1252";

#navcontainer3 ul
{
list-style-type: none;
text-align: left;
margin:0;padding:3px;
}

#navcontainer3 ul li a
{
background: transparent url(list-off.gif) left center no-repeat;
text-align: left; 
padding:3px;
padding-left: 12px;	
font: normal 10pt "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666633;   /*gray; 909086*/
line-height:1.5em;	
}

#navcontainer3 ul li a:hover
{
background: transparent url(list-on.gif) left center no-repeat;
color: #336666;
}

#navcontainer3 ul li a#current
{
background: #F0F0CC url(list-active.gif) left center no-repeat;
color: black;
}			/* transparent rather than silver background was original */


