#leftNav a:hover, #leftNav a.menuOver {
	background-color: #E6E6E6;
}
#leftNav a img {
	border: none;
	display: block;
}

#leftNav .subMenu {
	position: absolute;
	z-index: 200;
	display: none;
	margin-left: 165px;
	margin-top: 0px;
	top: 0px;
	background: #CCCCCC;
	filter: alpha(opacity=85);
	letter-spacing: 0.9px;
}
#leftNav .subMenu a {
	color: #202020;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	width: 140px;
	background: #C8D7DF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 20px;
}
#leftNav .subMenu a:hover {
	color: #004C30;
}
