.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #DEEDFA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #074F8A;
	border-bottom-color: #074F8A;
	border-left-color: #074F8A;
}

.megamenu .column{
	float: left;
	width: 160px; /*width of each menu column*/
	margin-right: 5px;
	padding-right: 8px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
	padding-bottom: 6px;
}

.megamenu .column h3{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #064E89;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C8CB4;
}

.megamenu .column ul li a{
	text-decoration: none;
	color: #005F4E;
}

.megamenu .column ul li a:hover{
	color: #666666;
}

