.megamenu{
	position: absolute;
	display: none;
	left: 30%;
	top:0;
	background-repeat:repeat;
	padding: 10px;
	z-index: 9999999 !important;
	width:950px; 
	margin-top:0px; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=90);
	border:0px solid #333;
	background-color:#1c1c1c;
}


.megamenu .column{
font-family: 'Raleway';
font-size: 14px;
font-weight: 500;
color: #fff;
float: left;
width: 220px; /*width of each menu column*/
margin-right: 11px;
margin-bottom:22px;
}

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

.megamenu .column ul li{
padding-bottom: 3px;
padding-top:3px;
border-bottom:1px dotted #ccc;
}
.megamenu .column h3{
margin: 0 5px 5px 0;
text-transform:capitalize;
} 
.megamenu .column ul li a{
font-family: 'Raleway';
	color: #ccc;
	font-size:12px; 
	padding: 9px;
	font-weight:normal;
	text-decoration:none;
}
.megamenu .column ul li a:hover{
font-family: 'Raleway';
	color: #fff;
	font-size:12px;
	padding: 9px; 
	transition: 0.5s;
	padding-left: 17px;
	font-weight:normal;
	text-decoration: none;
}
.txtt{
font-family:corbelb, Arial;
	color: #EEEEEE;
	font-size:15px;
	padding-left:2px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight: bold;
	text-decoration:none;
}
.txtt:hover{
font-family:corbelb, Arial;
	color: #FFF;
	font-size:15px;
	padding-left:2px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight: bold;
	text-decoration:none;
}
