.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	font: normal 12px Verdana;
	filter: alpha(opacity=95);
	opacity: 0.95;
	moz-opacity: 0.95

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6DCE0;
	border-bottom-color: #D6DCE0;
	border-left-color: #D6DCE0;
	background-color: #FFFFFF;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
}

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

