.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
color:#ffff00;
background: linear-gradient(90deg,#598700,#325A32);
border: 1px solid #00ff00;
border-width: 3px 3px;
	text-shadow: 3px 3px 3px #000000;
padding: 20px;
z-index: 100;
width:320px;
height:160px;
font-family:Georgia;
font-size:150%;	
border-radius:13px;
line-height:1.0;
}
.megamenu1{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #587958;
border-width: 5px 1px;
padding: 10px;
z-index: 100;
width:350px;
height:240px;
	font-family:Georgia;
	font-size:110%;	
		border-radius:8px;
}
.megamenu .column{
float: left;
width: 320px; /*width of each menu column*/
height:150px;
margin-right: 5px;
}


.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 15px;
}
.megamenu .column ul li a{
color:#ffff00;	
text-decoration: none;
}

.megamenu .column ul li a:hover{
color:#ffffff;
text-decoration: none;
	font-style:italic;
	text-shadow: 1px 1px 3px #000000;
}

