.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 100;
	background-image: url(../images/mainmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #18435b;
	border-right-color: #18435b;
	border-bottom-color: #18435b;
	border-left-color: #18435b;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: -1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}

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

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

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

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

.megamenu .column ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #146a9b;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.megamenu .column ul li a:hover{
	color: #000000;
	text-decoration: none;
}
.megamenu .seeall {
	background-image: url(../images/mainmenu_bgseeall.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
.megamenu .seeall a {
	font-weight: bold;
	color: #146a9b;
	text-decoration: none;
}
.megamenu .seeall a:hover {
	color: #000000;
}
