#leftNav .subMenu {
	position: absolute;
	z-index: 200;
	display: none;
	margin-left: 136px;
	margin-top: 0px;
	top: 0px;
}
#leftNav .subMenu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #340E70;
	text-decoration: none;
	background:url(images/menu/menuback.jpg) top left no-repeat;
	display: block;
	line-height:19px;
	width: 135px; 
	text-indent: 15px;
}
#leftNav .subMenu a:hover {
	color: #0089E1;
	background:url(images/menu/menuback_over.jpg) top left no-repeat;
}
