.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background-color: #ffcccc;
padding: 10px;
font-family: Times, Times New Roman, sans-serif;
	font-size: 15px;
	font-color: #996633;
text-transform:capitalize;

-moz-border-radius-bottomleft: 2em;
-webkit-border-bottom-left-radius: 2em;
-moz-border-radius-bottomright: 2em;
-webkit-border-bottom-right-radius: 2em;
-moz-border-radius-topright: 2em;
-webkit-border-top-right-radius: 2em;

 box-shadow: 5px 5px 5px #333333;
  -moz-box-shadow: 5px 5px 5px #333333;
  -webkit-box-shadow: 5px 5px 5px #333333;
  
  margin: 8px 0 0 0px;
 
}

.megamenu a {
	text-decoration: none;
	color: #996633;
	}
	
.megamenu .column{
float: left;
width: 185px; /*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;
margin: 0 5px 0px 0;
text-transform:capitalize;
}

.megamenu .column h3{
background: #6699cc;
font: bold 13px Verdana;
margin: 0 0 5px 0;
text-transform: uppercase;
}

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

.megamenu .column ul li a:hover{
color: #ff0099;
}

