.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	padding: 10px;
	font: normal 12px Verdana;
	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: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.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;
}

.megamenu .column h3{
	font: bold 13px Arial;
	margin: 0 0 5px 0;
}

.megamenu .column ul li a{
	color: #F00;
	text-decoration: none;
}

.megamenu .column ul li a:hover{
	color: #F00;
	text-decoration:underline;
}