.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	/*
border: 1px solid #f06b24;
border-width: 5px 1px;
*/
	margin-left: -13px;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: 6px 6px 6px #888;
	-webkit-box-shadow: 6px 6px 6px #888;
	box-shadow: 6px 6px 6px #888;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: #333;
}

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

.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;
}

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