#TopnavCont{
position:relative;
margin:-4px 0 0 1px;
width:930px;
height:21px;
z-index: 1000;
clear:both;
float:left;
}

#nav{
margin: 0 auto 0 auto;
z-index: 99;
height:22px;
width:902px;
position: relative;
list-style:none;
color:#FFF;
}

#nav li{
float:left;
position: relative;
list-style:none;
margin:0;
background-image:url(../img/nav/nav-bg.png);
}


#nav li.divider{
margin:0;
padding:0;
text-indent:-3333px;
height: 21px;
width: 7px;
background-image:url(../img/nav/navdivider.png);
background-repeat:no-repeat;
}


#nav li a {
float:left;
text-indent:-3000px;
overflow:hidden;
font:11px Arial, Helvetica, sans-serif;
position:relative;
border:0;
background-position:top;
}

#navHome{
width: 113px;
height: 21px;
background:url(../img/nav/01-home.png) no-repeat;
}
#navAbout{
width: 110px;
height: 21px;
background:url(../img/nav/02-about.png) no-repeat;
}
#navServices{
width: 121px;
height: 21px;
background:url(../img/nav/03-services.png) no-repeat;
}
#navProducts{
width: 124px;
height: 21px;
background:url(../img/nav/04-products.png) no-repeat;
}
#navEtiquette{
width: 152px;
height: 21px;
background:url(../img/nav/05-spa-etiquette.png) no-repeat;
}
#navGifts{
width: 164px;
height: 21px;
background:url(../img/nav/06-gift-certs.png) no-repeat;
}
#navContact{
width: 116px;
height: 21px;
background:url(../img/nav/08-contact.png) no-repeat;
}

#nav li a:hover {
background-position:bottom;
}


/*-- --------------- sub nav dropdown --------------- */

#nav li:hover div,
#nav li.hover div{
	display:block;
	position:absolute;
	top:21px;
	left:-4px;
	z-index:100;
	padding: 0;
	margin: 0;
	border-top:#caaca4 1px solid;
}
ul#subAbout{
	list-style:none;
	margin-left:5px;
	padding:0;
	width: 180px;
}
ul#subServices{
	list-style:none;
	margin-left:5px;
	padding:0;
	width: 140px;
}
ul#subProducts{
	list-style:none;
	margin-left:5px;
	padding:0;
	width: 130px;
}
ul#subContact{
	list-style:none;
	margin-left:5px;
	padding:0;
	width: 120px;
}

.subMenu{
	display:none;
}

#nav li ul li{
	*position:relative;
	_width:100%;
	*height:100%;
	float:none;
	background:none;
}
#nav li li a{
	*position:relative;
	_width:100%;
	*height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-indent:12px;
	float:none;
	display:block;
	text-decoration:none;
	padding: 4px 2px 4px 5px;
	background:#e95e87;
	border-top:#d44b57 1px solid;
}
#nav li li a:hover{
	*position:relative;
	_width:100%;
	*height:100%;
	text-decoration:underline;
	background:#000;
}



/*-- --------------- PAGE SELECT --------------- */

body#homepage li a#navHome {
	background-position:bottom;
}
body#aboutpage li a#navAbout{
	background-position:bottom;
}
body#servicespage li a#navServices{
	background-position:bottom;
}
body#productspage li a#navProducts{
	background-position:bottom;
}
body#etiquettepage li a#navEtiquette{
	background-position:bottom;
}
body#giftspage li a#navGifts{
	background-position:bottom;
}
body#packagespage li a#navPackages{
	background-position:bottom;
}
body#contactpage li a#navContact{
	background-position:bottom;
}


/*-- --------------- LEFT COLUMN (service menu) for most pages --------------- */

#leftCol{
	margin: 30px 0 20px 15px;
	padding: 0;
	width: 185px;
	float:left;
}

#serviceMenu{
	background-image:url(../img/service-menu-top.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#fadfcf;
	margin: 0;
	padding: 14px 0 0 0;
	width:181px;
}
#serviceMenuCont{
	background-color:#fff;
	margin: 0;
	padding: 0;
	width:178px;
}


h3.medicalTreatments{
	margin:0 0 -5px 5px;
	padding:0;
	background-image:url(../img/service-menu-medical.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
}
h3.spaServices{
	margin:10px 0 -5px 5px;
	padding:0;
	background-image:url(../img/service-menu-spa.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
}
h3.uniquePersona{
	margin:10px 0 -6px 5px;
	padding:0;
	background-image:url(../img/service-menu-unique.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
}

#serviceMenu ul{
	margin:0;
	padding:0;
	width:178px;
	background-color:#FFF;
	list-style:none;
}

#serviceMenu li{
	margin:3px 0 0 0;
	padding:0px;
	width:174px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#1690a9;
	line-height:15px;
	text-decoration:none;
	text-indent:10px;
}
#serviceMenu a{
	margin:1px 0 0 0;
	padding:0;
	width:170px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#1690a9;
	line-height:15px;
	text-decoration:none;
	text-indent:10px;
	display:block;
}

#serviceMenu li.medicalSect{
	background-color:#dcf5f7;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	size:10px;
	font-weight:bold;
	color:#2f6a74;
}
#serviceMenu li.medical{
	background-color:#dcf5f7;
}
#serviceMenu li.spa{
	background-color:#eaf9fa;
}
#serviceMenu li.unique{
	background-color:#e6eff0;
}


#serviceMenuBottom{
	background-image:url(../img/service-menu-bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fadfcf;
	margin: 0;
	padding: 0;
	height:12px;
	width:181px;
	overflow:hidden;
}
