@charset "UTF-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	padding: 0px;
}
#nav a, #nav a:visited{
	display: block;
	width: 163px;
	height: 39px;
	color: #fff;
	text-decoration: none;	
}
#nav a:hover, #nav a:focus{
	display: block;
	width: 163px;
	height: 39px;
	color: #fff;
	text-decoration: none;
	outline:none;	
}



#nav li { /* all list items */
	float: left;
	width: 163px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	top:202px;
	position: absolute;
	background:#b63026;
	width: 163px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	visibility: visible;
	z-index: 5;
}
	
#nav li ul li { /* padding for second level */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav li ul { _margin-top: 0px;
	_margin-right: 0;
	_margin-bottom: 0;
	_margin-left: -81px; }
html>body #nav li ul { *margin-top: 0px;
	*margin-right: 0;
	*margin-bottom: 0;
	*margin-left: -81px; } 
#nav li ul ul { /* third-and-above-level lists */
	margin-top: -84px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 119px;
	z-index: 6;
	_margin-top: -85px;
	_margin-right: 0;
	_margin-bottom: 0;
	_margin-left: 60px
}
html>body #nav li ul ul { *margin-top: -85px;
	*margin-right: 0;
	*margin-bottom: 0;
	*margin-left: 60px; } 

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

#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;
}


#nav li a.home {
	color:#fff;
	background-image: url(../images/navigation_01.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ourfacility {
	color:#fff;
	background-image: url(../images/navigation_02.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.services {
	color:#fff;
	background-image: url(../images/navigation_03.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ourstaff {
	color:#fff;
	background-image: url(../images/navigation_04.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ptinfo {
	color:#fff;
	background-image: url(../images/navigation_05.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.contactus {
	color:#fff;
	background-image: url(../images/navigation_06.gif);
	width: 162px;
	height: 39px;
	text-indent: -9000px;
}


#nav li a.home:hover {
	color:#fff;
	background-image: url(../images/navigation_07.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ourfacility:hover {
	color:#fff;
	background-image: url(../images/navigation_08.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.services:hover {
	color:#fff;
	background-image: url(../images/navigation_09.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ourstaff:hover {
	color:#fff;
	background-image: url(../images/navigation_10.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.ptinfo:hover {
	color:#fff;
	background-image: url(../images/navigation_11.gif);
	width: 163px;
	height: 39px;
	text-indent: -9000px;
}
#nav li a.contactus:hover {
	color:#fff;
	background-image: url(../images/navigation_12.gif);
	width: 162px;
	height: 39px;
	text-indent: -9000px;
}

 /*DROP STYLING */

#nav li ul li a.physicaltherapy {
	color:#fff;
	width: 163px;
	height: 20px;
}
#nav li ul li a.pediatricphysicaltherapy {
	color:#fff;
	width: 163px;
	height: 20px;
}
#nav li ul li a.wellness {
	color:#fff;
	width: 163px;
	height: 20px;
}
#nav li ul li a.massagetherapy {
	color:#fff;
	width: 163px;
	height: 20px;
}
#nav li ul li a.physicaltherapists {
	color:#fff;
	width: 163px;
	height: 20px;

}
#nav li ul li a.pediatricphysicaltherapists {
	color:#fff;
	width: 163px;
	height: 20px;
}
#nav li ul li a.massagetherapists {
	color:#fff;
	width: 162px;
	height: 20px;
}



 /*DROP HOVER STYLING*/
#nav li ul li a.physicaltherapy:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li a.pediatricphysicaltherapy:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li a.wellness:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li a.massagetherapy:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li a.physicaltherapists:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;

}
#nav li ul li a.pediatricphysicaltherapists:hover {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li a.massagetherapists:hover {
	color:#9fcce9;
	width: 162px;
	height: 20px;
	_padding-bottom: 18px;
}




/*ALTERNATE*/

#nav li ul li:hover a.physicaltherapy {
	color:#9fcce9;
	width: 163px;
	height: 20px;
		_padding-bottom: 18px;

}
#nav li ul li:hover a.pediatricphysicaltherapy {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li:hover a.wellness {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li:hover a.massagetherapy {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li:hover a.physicaltherapists {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;

}
#nav li ul li:hover a.pediatricphysicaltherapists {
	color:#9fcce9;
	width: 163px;
	height: 20px;
	_padding-bottom: 18px;
}
#nav li ul li:hover a.massagetherapists {
	color:#9fcce9;
	width: 162px;
	height: 20px;
	_padding-bottom: 18px;
}

