

/*SECONDARY DROPDOWN NAV*/
#topMenu .level2 {
	display: none;
	width: auto !important;
	position: absolute;
	left: 0px;
	top: 38px;
	background: #d5e9db;
	width: 150px;
	z-index: 1;
	font-size: 80%;
	font-weight: bold;
}

#topMenu div.level2 ul {
	float:left;
	margin: 3px;
	padding-bottom: 10px;
}

#topMenu div.level2 li {
	clear:left;
	border: none;
	background: none !important;
	height: auto;
	float: none;
	border-bottom: 1px solid #064413;
}

#topMenu div.level2 li a {
	color: #064413 !important;
	text-align:left;
	padding: 5px 3px;
}
	
#topMenu div.level2 li a:hover {
	color: #FFF !important;
	font-weight: bold !important;
	background-color: #064413 !important;
}
