
.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: url(../imgs/formal_bg.jpg);
	background-repeat:repeat;
	padding: 10px;
	z-index: 100;
	width:700px;
	margin-left:0px;

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=100);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.megamenu .column{
float: left;
width: 150px; /*width of each menu column*/
margin-right: 10px;
margin-bottom:20px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.megamenu .column ul li{
padding-bottom: 2px;
border-bottom:1px dotted #999;
}
.megamenu .column h3{
margin: 0 5px 5px 0;
text-transform:capitalize;
}
@font-face{
	font-family:corbelb;
	src:url("fonts/corbelb_3.eot")
}
@font-face{
	font-family:corbelb;
	src:url("fonts/corbelb_3.ttf")
}
.megamenu .column ul li a{
font-family:corbelb, Arial;
	color: #EEEEEE;
	font-size:12px;
	padding-left:5px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	text-decoration:none;
}
.megamenu .column ul li a:hover{
font-family:corbelb, Arial;
	color: #FB8E31;
	font-size:12px;
	padding-left:5px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	text-decoration: none;
}
.txtt{
font-family: Arial;
	color: #000;
	font-size:12px;
	padding-left:2px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight: bold;
	text-decoration:none;
}
.txtt:hover{
font-family: Arial;
	color: #000;
	font-size:12px;
	padding-left:2px;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight: bold;
	text-decoration:none;
}