#leftnav {
	font: normal 11px verdana;
	}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 151px; /* Width of Menu Items */
	border-bottom: 0px solid #000;
	}

#leftnav ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 143px; /* NEW FOR IE7 : ul width - 2xpadding - border left - border right*/
	padding: 3px;
	border: 0px solid #000;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav ul li { float: left; height: 1%; }
* html #leftnav ul li a { height: 1%; }
/* End */

#leftnav ul li a:hover {
	color: #009900;
} /* Hover Styles */
		
#leftnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#leftnav li:hover ul, li.over ul { display: block; } /* The magic */
.here {
	background: #433888 !important;
}
.secthead {
	background: #D7E2CD !important;
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #363 !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #363 !important;
}
