﻿object,parm,embed{
z-index:50 !important;
}

a.anchorclass
{
display:block
}


.submenu_title
{
	font-family: Geneva, Arial, Helvetica, sans-serif!Important;
	font-size: 16px;
	font-weight: bold;
	color: #882034;
	margin-left: 10px;	
}


/* ######### Services - Multi-column sub menu ######### */
.submenuservices{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ebebc7;
width: 460px;
}

.submenuservices .column{
width: 220px;
float: left;
}

.submenuservices .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.submenuservices li{
padding-bottom: 3px;
}


/* ######### Patients - Multi-column sub menu ######### */
.submenupatients{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #7e95a5;
width: 460px;
}

.submenupatients .column{
width: 220px;
float: left;
}

.submenupatients .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.submenupatients li{
padding-bottom: 3px;
}
 

/* ######### AboutUs - Multi-column sub menu ######### */
.submenuaboutus{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #a1c2a0;
width: 230px;
}

.submenuaboutus .column{
width: 220px;
float: left;
}

.submenuaboutus .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.submenuaboutus li{
padding-bottom: 3px;
}


/* ######### class for shadow DIV ######### */


.menushadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
