
/* common styling */
.menu {font-family: Georgia, "Times New Roman", Times, serif; width:890px; height:100px; position:relative; font-size:11px; z-index:100; padding-top: 2px;
}
.menu img {
	border: 0;	
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:134px; 
	height:20px; text-align:center; color:#fff; border:0px solid #fff; background-color: nones;
	line-height:16px; font-size:11px; overflow:hidden; font-weight: bold;
}
.menu ul {padding:0; margin:0; list-style: none; height: 26px;}

.menu ul li {float:left; position:relative;}

.menu ul li a#home { width: 60px; background-image:url(../images/navbuttons/enta_home_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#home:hover { width: 60px; background-image:url(../images/navbuttons/enta_home_ro.gif); 
					background-repeat: no-repeat; height: 26px;}
.menu ul li a#physicians { width: 125px; background-image:url(../images/navbuttons/enta_physicians_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#physicians:hover { width: 125px; background-image:url(../images/navbuttons/enta_physicians_ro.gif); 
					background-repeat: no-repeat; height: 26px;}
.menu ul li a#services { width: 108px; background-image:url(../images/navbuttons/enta_services_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#services:hover { width: 108px; background-image:url(../images/navbuttons/enta_services_ro.gif); 
					background-repeat: no-repeat; height: 26px;}
.menu ul li a#locations { width: 90px; background-image:url(../images/navbuttons/enta_locations_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#locations:hover { width: 90px; background-image:url(../images/navbuttons/enta_locations_ro.gif); 
					background-repeat: no-repeat; border:0; height: 26px;}
.menu ul li a#patientfr { width: 210px; background-image:url(../images/navbuttons/enta_patientfr_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#patientfr:hover { width: 210px; background-image:url(../images/navbuttons/enta_patientfr_ro.gif); 
					background-repeat: no-repeat; height: 26px;}
.menu ul li a#about { width: 83px; background-image:url(../images/navbuttons/enta_aboutus_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#about:hover { width: 83px; background-image:url(../images/navbuttons/enta_aboutus_ro.gif); 
					background-repeat: no-repeat; height: 26px;}
.menu ul li a#contact { width: 100px; background-image:url(../images/navbuttons/enta_contactus_off.gif); 
					background-repeat: no-repeat;}
.menu ul li a#contact:hover { width: 100px; background-image:url(../images/navbuttons/enta_contactus_ro.gif); 
					background-repeat: no-repeat; height: 26px;}

.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:26px; left:0; width:400px; z-index: 3}

.menu ul li:hover ul li a.hide {background-color:#424059; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background-color:#424059; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-color:#424059; color:#fff; text-align: left;
							padding-left: 8px; width: 230px; border-bottom: 1.5px solid #2D0756; 
							border: 1px solid #2D0756; 
}
.menu ul li:hover ul li a:hover {background:#a80532; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:240px; top:3px; width: 90px; z-index: 2;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

