.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	border: 1px solid #FFFFFF;
	z-index: 100;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #0090B0;
}

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

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

.megamenu .column ul li{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.megamenu .column h3{
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #00313C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}

.megamenu .column ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.megamenu .column ul li a:hover{
	color: #CCCCCC;
	text-align: left;
}.megamenu .column h3 a {
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: none;
}
.megamenu .column h3 a:hover {
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: none;
}
.megamenu .column h2 {
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.megamenu .column h2 a {
	text-align: left;
	color: #FFFFFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-decoration: none;
}
