#nav{
	margin-top: 20px;
	padding-top: 0px;
	height: auto;
	text-align: left;
}

#nav ul, #nav li, #callout ul, #callout li { margin: 0px; padding: 0px; text-indent: 0; }
#nav li, #nav li.hover, #nav li.active { position: relative; font-family: Arial; font-size: 1.1em; padding: 0; list-style-type: none; padding-bottom: 0px; border-bottom: 2px solid #fff; }

#nav a, #nav a:visited { color: #34b5d0; text-decoration: none; width: 173px; height: 19px; display: block; padding: 7px 0 2px 25px; }

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.facility #nav #nav-facility a,
.services #nav #nav-services a,
.conditions #nav #nav-conditions a,
.insurance #nav #nav-insurance a,
.first_visit #nav #nav-first_visit a,
.education #nav #nav-education a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { background: #fff; color: #003366;}

/* for drop down parents when active */

.education #nav ul li#nav-education ul li a { background: none; color: #fff;}
.education #nav ul li#nav-education ul li.hover a { background: #fff; color: #003366;} 

/* start of drop style */

#nav ul li ul li ul  {
	top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
} 

#nav li ul {
	display: none; /* hides the drop-down (revealed when hovered. see below) */
	position: absolute; /* positions the drop-down relative to the parent li position context */
	left: 198px; /* precisely positions the drop-down */
	top: -3px;
	width: 7em;	/* sets the width of the drop-down */
	z-index: 999;
}		

#nav li:hover ul,
#nav li.hover ul {	
	display: block; /* displays the menu when hovered */
}

#nav li ul li {	
	width: 100%; /* makes each li the width of the ul and therefore stack */
}

/* * * * drop-downs start here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#nav ul li ul { 
	border:0; /* stops inheritance from level 1 ul */
	margin-left:0px; /* stops inheritance from level 1 ul */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 198px; /* sets the width of menu levels 2 - 4 */
	z-index:1000;
}

#nav ul li ul li {
	width:100%;
	padding:0; /* stops inheritance */
	border-left:0; /* stops inheritance */
	border-right:0; /* stops inheritance */
}
	
#nav ul li ul {
	display:none; /* conceals the drop-down when menu not hovered */
} 
	
#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
} 

#nav .vertical li ul li:first-child {
	border-top: none; /* removes top border from first drop-down li */
}	

/* start of drop style */
#nav li li { 
	/* background color of the level 2 menu */
	/* lines between menu choices - set to 0px if not wanted */
}

#nav ul li ul li ul  {
	border-top:1px solid #000; /* sets the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
} 

#nav li li li { 
	background:#000; /* background color of the level 3 menu */
}

#nav li li li li { 
	background:#000; /* background color of the level 4 menu */
}

#nav ul li ul {
	border: 1px solid #fff; /* hack - adds a top border to the drop-downs for IE6 */
	background: #34b5d0;
}	

#nav ul li ul li a, #nav ul li ul li a:visited{
	padding: 7px 0 3px 5px;
	font-size: .8em;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 193px;
	height: 28px;
}
#nav ul li ul li a:hover{

	color: #34b5d0;

}