ul.megamenu{
	padding-top:3px;
	list-style:none;
}
.megamenu li
{
	float:left;
	margin: 0 3px;
	color:#fff;
}
.megamenu li.last
{
	padding:5px 0 0 0;
}
.megamenu li a { 
	line-height:29px;
	padding: 0px 7px 0px 7px;
	display:block;
	color:#fff;
}
.megamenu .onit,
.megamenu li a:hover {
	background:#2787CA;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-radius: 5px;
	text-decoration:none;
}
.megamenu li.ActiveTab a{
	background:#526e82;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-radius: 5px;
	text-decoration:none;
}
.megamenu li.ActiveTab .suba{
	color:#fff;
	background:none;
	text-decoration:none;
	height:15px;
	padding:5px 10px ;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px
}
.megamenu li.ActiveTab .suba:hover{
	color:#3c3c3c;
	background:#ececec;
	text-decoration:none;
	height:15px;
	padding:5px 10px ;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
}
.submenu 
{
	display:none;
	position:absolute;
	padding:10px 0;
	 background: #2787ca;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	min-width:150px;
	max-height:20000px;
	z-index:1000;
}
.submenu ul li{
	list-style-type:none;
	float:none;
	color:#3c3c3c;
	padding-bottom:3px;
}
.submenu ul li a,
.submenu ul li a:visited{
	font-weight:normal;text-transform:none;
	color:#FFFFFF;
	height:15px;
	line-height:15px;
	padding:5px 10px ;
	border:0px;
	
}
.submenu ul li a{
	background:none!important;
}
.submenu ul li a:hover{
	color:#3c3c3c;
	background:#ececec!important;
	text-decoration:none;
	height:15px;
	padding:5px 10px ;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
}
.submenu ul li.last_a{
	margin-bottom:0 !important;
}