/* Suckerfish */

body {
	font-family: arial, helvetica, serif;
}

#nav, #nav ul { /* all lists */
	padding: 3px;
	margin: 1px;
	list-style: none;
	position:relative;
	top:86px;
	left:3px;
	width:780px;
	height:34px;
	padding:0;
	margin-top:0;
	z-index:3;
}
ul#nav li#ourPhysicians  ul ,ul#nav li#patientEducation ul ,ul#nav li#childBirthAnesthesia ul ,ul#nav li#billingInformation ul{
	top:35px;
	background:none;
	padding:0 0 4px 0;
	

}
ul#nav li#ourPhysicians  ul li {
	background:#9bd3f4;
	width:200px;
	padding:5px 5px 5px 10px;
	height:auto;
	border-bottom:1px solid #fff;
	text-align:left;
	margin-left:-5px;
	
}
ul#nav li#ourPhysicians  ul li a, ul#nav li#patientEducation  ul li a, ul#nav li#childBirthAnesthesia  ul li a {
	font-size:12.5px;
	}
ul#nav li#patientEducation  ul li {
	background:#9bd3f4;
	width:185px;
	padding:5px 5px 5px 10px;
	height:auto;
	border-bottom:1px solid #fff;
	text-align:left;
	margin-left:-5px;
}
ul#nav li#childBirthAnesthesia  ul li {
	background:#9bd3f4;
	width:185px;
	padding:5px 5px 5px 10px;
	height:auto;
	border-bottom:1px solid #fff;
	text-align:left;
	margin-left:-5px;

}

ul#nav li#ourPhysicians  ul li a:hover, ul#nav li#patientEducation ul li a:hover, ul#nav li#childBirthAnesthesia ul li a:hover, ul#nav li#billingInformation ul li a:hover{
	color:black;
}
#nav a {
	display: block;
	width: auto;
	font: normal 13px Trebuchet MS, lucida sans, Verdana, sans-serif;
    color: #fff;
    text-decoration: none;
    
}

#nav li { /* all list items */
	float: left;
	border:none;
	height:25px;
	padding:9px 0 0 0;
}
#nav li.active {
	background: url(../images/nav_bg_hover.gif) repeat-x;
	border-left:1px solid #7ec3ed;
	border-right:1px solid #7ec3ed;
}
#nav li#home {
	width:46px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#home.active, #nav li#ourPhysicians.active, #nav li#patientEducation.active, #nav li#childBirthAnesthesia.active, #nav li#billingInformation.active, #nav li#newsEvents.active, #nav li#resources.active, #nav li#contactUs.active {
	margin:0;
}
#nav li#ourPhysicians {
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#patientEducation {
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#childBirthAnesthesia {
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#billingInformation {
	width:119px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#newsEvents {
	width:107px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#resources {
	width:66px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#contactUs {
	width:73px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}
#nav li#ourPhysicians:hover, #nav li#home:hover, #nav li#patientEducation:hover, #nav li#childBirthAnesthesia:hover, #nav li#billingInformation:hover,#nav li#newsEvents:hover, #nav li#resources:hover, #nav li.sfhover, #nav li#contactUs:hover {
	background: url(../images/nav_bg_hover.gif) repeat-x;
	border-left:1px solid #7ec3ed;
	border-right:1px solid #7ec3ed;
	margin:0px;
}
#nav li.sfhover {  
	padding-left:2px;
	padding-right:2px;
	margin-left:0px;
	margin-right:0px;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #9bd3f4;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
    background: #e8e8e8;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}