.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	z-index: 100;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B6057;
	border-right-color: #6B6057;
	border-bottom-color: #6B6057;
	border-left-color: #6B6057; 
}
 
.megamenu .column{
float: left;
width: 180px; /*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: #D2CCC8
font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
margin: 0 0 5px 0;
}
 
.megamenu .column ul li a{
text-decoration: none;
}
 
.megamenu .column ul li a:hover{
	color: #000;
}
