
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background-color:#000;
border: 1px solid #461f17;
border-width: 0.5px 0.5px;
padding: 10px;
font: normal 11px Verdana;
z-index:1;
opacity: 0.85;
filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	

}
.megamenu.background.hover {
	position:absolute;
	
	
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}




.megamenu .column{
float: left;
width: 140px; /*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;
	text-align: justify;	
	
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
color: white;
}

.megamenu .column ul li a:hover{
color: #c06452;
}