@CHARSET "UTF-8";
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: Beige;
border:1px solid ThreeDShadow;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
opacity:0.8;
}

.megamenu .column{
float: left;
width: 157px; /*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;
height:30px;
font-family: "Century Gothic";
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
color:#ffffff;
padding:5px;
text-decoration: underline;
}



#divAboutus ul li:hover {
	background-color: #b33b30;
}
#divServices ul li:hover {
	background-color: #be6821;
}
#divConcerns ul li:hover {
	background-color: #496c13;
}
#divTherapies ul li:hover {
	background-color: #5d8580;
}