.megamenu{

position: absolute;

display: none;

left: 0;

top: 0;

background: white no-repeat center center;
border: 5px solid #0064CE;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
	border-right: 2px groove black;
	border-bottom: 5px outset black;
	border-top: 5px solid #0064CE;
	border-left: 2px solid #036;
}
.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: 5px;
}

.megamenu .column h1{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
	background-color: #fffca8;
}.SEAPORT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #333;
	text-align: center;
}

