.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	border: 1px solid #637ea9;
	border-top:none;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	margin-top:-1px;
	margin-left: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.megamenu{
	margin-top:0;
}
}

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

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


* {list-style-type:none;}
