.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: black;
	border: 0px;
	border-width: 0px;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 1002;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom: 1;
}
.megamenu .column{
	float: left;
	width: 120px; /*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{
	margin: 0 0 5px 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #C7C3BA;
}
.megamenu .column ul li a{
	text-decoration: none;
}
.megamenu .column ul li{
	color: #D1DEC0;
}
.megamenu .column ul li a:hover{
	color: white;
}
