/* **************************************** */
/* 					MENU 					*/
/* **************************************** */

#menu {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px/15px arial, helvetica, sans-serif;
}

#menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 6px 3px 4px 4px;
	color: #ffffff;
	text-transform: uppercase;
}

#menu a {
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	z-index: 1;
}

#main1 {
	width: 123px;
	background: url(/img/main/menu/specialProg_Up.gif);
}

#main1:hover {
	width: 123px;
	background: url(/img/main/menu/specialProg_Dn.gif);
}

#menu a.sub1 {
	width: 175px;
	background: #496d91;
}

#menu a.sub1:hover {
	background: #7B99B6;
	color: #000000;
}

#main2 {
	width: 157px;
	background: url(/img/main/menu/referringPhys_Up.gif);
}

#main2:hover {
	width: 157px;
	background: url(/img/main/menu/referringPhys_Dn.gif);
}

#menu a.sub2 {
	width: 145px;
	background: #4a9382;
}

#menu a.sub2:hover {
	background: #89BCB0;
	color: #000000;
}

#main3 {
	width: 109px;
	background: url(/img/main/menu/meetStaff_Up.gif);
}

#main3:hover {
	width: 109px;
	background: url(/img/main/menu/meetStaff_Dn.gif);
}

#menu a.sub3 {
	width: 115px;
	background: #948f4b;
}

#menu a.sub3:hover {
	background: #BAB685;
	color: #000000;
}

#main4 {
	width: 97px;
	background: url(/img/main/menu/ourFacilities_Up.gif);
}

#main4:hover {
	width: 97px;
	background: url(/img/main/menu/ourFacilities_Dn.gif);
}

#menu a.sub4 {
	width: 175px;
	background: #93614a;
}

#menu a.sub4:hover {
	background: #B59384;
	color: #000000;
}

#main5 {
	width: 177px;
	background: url(/img/main/menu/askPhysTher_Up.gif);
}

#main5:hover {
	width: 177px;
	background: url(/img/main/menu/askPhysTher_Dn.gif);
}

#menu a.sub5 {
	width: 175px;
	background: #934b4c;
}

#menu a.sub5:hover {
	background: #B78687;
	color: #000000;
}

#main6 {
	width: 87px;
	background: url(/img/main/menu/contactUs_Up.gif);
}

#main6:hover {
	width: 87px;
	background: url(/img/main/menu/contactUs_Dn.gif);
}

#menu a.sub6 {
	background: #8c4589;
}

#menu a.sub6:hover {
	background: #AA7CA7;
	color: #000000;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float:left;
	height:1%;
}
* html #menu ul li a {
	height:1%;
}
* html #menu ul ul li a {
	
}
/* End */

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover {
	position: relative;
}

div#menu .sub_top {
	border-bottom: 1px solid #000000;
}

div#menu .sub_middle {
	border-bottom: 1px solid #000000;
}

div#menu .sub_bottom {
	margin-bottom: 5px;
}

div#menu li ul {
	position: absolute;
	top: 26px;
	left: 9px;
	display: none;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}