.megamenu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	text-align: left;
	background: #CEF083;
	border: 2px solid #000000;
	border-top: none;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	padding: 10px;
	font: normal bold 9px Arial, Helvetica, sans-serif;
	z-index: 100;
	}

.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 li {
	text-indent: 5px;
	padding-top: 5px;
	border-top: dotted 1px #B2DA5E;
	}

.megamenu .column h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	color: #000000;
	}

.megamenu .column h3 ul li a {
	text-decoration: underline;
	}

.megamenu .column ul li a:hover {
	text-decoration: none;
	}