#navcontainer5 ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}


#navcontainer5 ul li a
{
background: transparent url(/images/rightsideon.gif) left center no-repeat;
padding-left: 10px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #0a0a0a;
}



#navcontainer5 ul li a:hover
{
	background: url(/images/rightsidehoverbg.gif) left center repeat-x; 
	color: #ffffff;
}

