.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #263248;
 border-width: 5px 2px; 
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}

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

.megamenu .column1 { width:360px !important; }

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

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

.megamenu .column h3{
background: #3d4558;
font: bold 13px Trebuchet MS, Arial, Serif;;
margin: 0 0 5px 0; padding:5px!important; color:#fff;
}

.megamenu .column ul li a{
	text-decoration: none; color:#4377c3; line-height:16px; background:url('../images/mgmenu-list.png') no-repeat 0 3px; padding-left:10px;
}

.megamenu .column ul li a:hover{
color: #fa7800;
}