.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 2px;
	z-index: 3000;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	line-height: normal;
	background-color: #FFF;
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
}

.megamenu .column h3{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	font-style: normal;
	line-height: 22px;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	background-color: #004848;
}

.megamenu .column ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005B88;
	font-weight: normal;
}

.megamenu .column ul li a:hover{
	color: #000000;
	text-decoration: underline;
}
