@charset "utf-8";
/* CSS Document */

.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	padding: 10px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #98af46;
	border-right-color: #98af46;
	border-bottom-color: #98af46;
	border-left-color: #98af46;
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
color:#98af46;
}

.megamenu .column_head{
font-size:14px;
font-weight:600;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
	padding-bottom: 5px;
	color: #1d1d1d;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
color: #1d1d1d;
}

.megamenu .column ul li a:hover{
color: red;
}
