.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	padding: 10px;
	font-family: Helvetica, Arial, "san serif";
	font-size: 0.9em;
	z-index: 100;
	color: #191919;
	border: 5px solid #CC0000;
}

.megamenu .column{
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
	font-family: Helvetica, Arial, "san serif";
	font-size: 0.95em;
	color: #191919;
	font-weight: bold;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}

.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, "san serif";
	font-size: 0.95em;
	color: #191919;
	font-weight: bold;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}

.megamenu .column ul li{
	padding-bottom: 5px;
	font-family: Helvetica, Arial, "san serif";
	font-size: 0.95em;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}

.megamenu .column h4{
	background: #e0e0e0;
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, "san serif";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.megamenu .column ul li a{
	font-family: Helvetica, Arial, "san serif";
	font-size: 0.95em;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}

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