﻿#nav {
	height:39px;
	width:960px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	position:relative;
	z-index:100;
	float:left;
	margin:0px;
	}

.menu {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;font-size:11px;font-weight:normal;}

.menu li.top {display:block; float:left;}
.menu li.current {display:block; float:left;}

.menu li a.pos1 {float:left;background:#c7c7c7 url(../images/aboutus-btn.png) no-repeat;width:132px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 
.menu li a.pos2 {float:left;background:#c7c7c7 url(../images/locations-btn.png) no-repeat;width:126px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 
.menu li a.pos3 {float:left;background:#c7c7c7 url(../images/tour-our-centers-btn.png) no-repeat;width:183px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 
.menu li a.pos4 {float:left;background:#c7c7c7 url(../images/memberships-btn.png) no-repeat;width:126px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 
 .menu li a.pos5 {float:left;background:#c7c7c7 url(../images/health-fitness-btn.png) no-repeat;width:245px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 
  .menu li a.pos6 {float:left;background:#c7c7c7 url(../images/contactus-btn.png) no-repeat;width:148px; height:39px;display:block;text-indent:-99999px;overflow:hidden;} 

.menu li.p1, .menu li.current a.pos1:hover {background:#fff url(../images/aboutus-btn-on.png) no-repeat;width:132px; }
.menu li.p2,
.menu li.current a.pos2:hover {background:#fff url(../images/locations-btn-on.png) no-repeat;width:126px; }
.menu li.p3 {background:#c7c7c7  url(../images/tour-our-centers-btn-on.png) no-repeat;width:183px; }
.menu li.p4,
.menu li.current a.pos4:hover {background:#fff url(../images/membership-btn-on.png) no-repeat;width:126px; }
.menu li.p5,
.menu li.current a.pos5:hover{background:#fff url(../images/health-fitness-btn-on.png) no-repeat;width:245px; }
.menu li.p6 {background:#c7c7c7  url(../images/contactus-btn-on.png) no-repeat;width:148px; }

.menu li.current a.pos1 {background:#c7c7c7 url(../images/aboutus-btn-on.png) no-repeat;width:132px;} 
.menu li.current a.pos2 {background:#c7c7c7 url(../images/locations-btn-on.png) no-repeat;width:126px;} 
.menu li.current a.pos3,
.menu li.current a.pos3:hover {background:#c7c7c7 url(../images/tour-our-centers-btn-on.png) no-repeat;width:183px;} 
.menu li.current a.pos4 {background:#c7c7c7 url(../images/membership-btn-on.png) no-repeat;width:126px;} 
.menu li.current a.pos5 {background:#c7c7c7 url(../images/health-fitness-btn-on.png) no-repeat;width:245px;} 
.menu li.current a.pos6,
.menu li.current a.pos6:hover {background:#c7c7c7 url(../images/contactus-btn-on.png) no-repeat;width:148px;} 

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

.menu li a.top_link:hover {background:transparent;} 
.menu li:hover > a.top_link {background:transparent;} 

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px; /*width:0; height:0;*/
	margin:0;
	list-style:none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

.menu :hover ul {
	left:-1px;
	top:39px;
	white-space:nowrap; /*width:165px; height:auto;*/
	background-color: #fefefd;

}

.menu :hover ul li {
	display:block;
	height:29px;
	position:relative;
	float:left; 
}
.menu :hover ul li a {background: #fefefd; display:block; font-family:arial; font-size:13px;  line-height:29px; height:29px; padding-left:25px;padding-right:25px; color:#000000; text-decoration:none;font-weight:normal;}
.menu :hover ul li a:hover {color:#7c0041;background:#dcd8d3;font-weight:normal;}

/* set up the first drop down sub level */
*.menu li.p1:hover ul {left:0px; border-left:1px solid #fff;}
.menu li.p1:hover ul li a {width:184px;padding-left:30px;  }
.menu li.p1:hover ul li a:hover { width:184px;}

/* set up the second drop down sub level */
.menu li.p2:hover ul {width:380px;}
.menu li.p2:hover ul li {width:190px;height:29px;float:left;}
.menu li.p2:hover ul li a {width:140px;}
.menu li.p2:hover ul li a:hover { width:140px;}

/* set up the third drop down sub level */
.menu li.p3:hover ul {border:none;}
.menu li.p3:hover ul li a {width:184px;}
.menu li.p3:hover ul li a:hover { width:184px;}

/* set up the fourth drop down sub level */
.menu li.p4:hover ul {}
.menu li.p4:hover ul li a {width:184px;}
.menu li.p4:hover ul li a:hover { width:184px;}

/* set up the fifth drop down sub level */
.menu li.p5:hover ul {width:244px;}
.menu li.p5:hover ul li a {width:194px;}
.menu li.p5:hover ul li a:hover {width:194px;}

