#nav {
/*  position: relative;
  left: 0px;
  top: 0px;*/
	margin: 0 auto;	
	padding: 0;
	width: 975px;
	height: 38px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
	background-color: #493C28
}

#nav ul {
	height: 38px;
	margin: 0;
	padding: 0 0 0 25px;
	_padding: 0 0 0 15px;
	text-align: center;
	list-style-type: none;	 
}

#nav a {
	display: block;
	color: #185EA1;
	text-decoration: none;
	height: 38px;
}

#nav a:hover {
	color: #1C70C1;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}

#nav li.index {
	background: url(../images/nav_01.gif);
	width: 78px;
}


#nav li.spaservices { 
	background: url(../images/nav_02.gif);
	width: 91px;
}

#nav li.mediservices {
	background: url(../images/nav_03.gif);
	width: 96px;
}

/*#nav li.workshopsevents {
	background: url(../images/nav_04.gif);
	width: 137px
}*/

#nav li.products {
	background: url(../images/nav_04.gif);
	width: 76px
}

#nav li.brochure {
	background: url(../images/nav_05.gif);
	width: 75px;
}

#nav li.photogallery {
	background: url(../images/nav_06.gif);
	width: 96px;
}

#nav li.evolution {
	background: url(../images/nav_02a.gif);
	width: 77px;
}

#nav li.giftercertonline{
	background: url(../images/nav_08.gif);
	width: 139px;
}

#nav li.shoponline {
	background: url(../images/nav_09.gif);
	width: 123px;
}


#nav li.appointments{
	background: url(../images/nav_10n.gif);
	width: 110px;
}

#nav li.contactus{
	background: url(../images/nav_10n.gif);
	width: 85px;
}


#nav li:hover, #nav li.sfhover,
body.index #nav li.index,
body.spaservices #nav li.spaservices,
body.mediservices #nav li.mediservices,
body.workshopsevents #nav li.workshopsevents,
body.brochure  #nav li.brochure,
body.photogallery #nav li.photogallery,
body.evolution #nav li.evolution,
body.giftercertonline #nav li.giftercertonline
body.shoponline #nav li.shoponline,
body.contactus #nav li.contactus,
body.appointments #nav li.appointments {
	background-position: 0 -38px
}

#nav ul.arrow {
	background: #E8EAF0 url(../images/arrow.gif) top right no-repeat;
}

#nav li span {
	display: none
}

#nav li ul {
		border: 1px solid #5F5342;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 140px;
	font-weight: normal;
	color: #5F5342;
	display: inline;
	margin: 0 0 0 -5px;
	padding: 0;
	background: #CFC3B1;
	
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
border: 1px solid #5F5342;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 140px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
		color: #5F5342;
	font-weight: bold;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	background-color: #5F5342;
	background-image: none;
	color: #CFC3B1;
}

#nav li ul ul {
	margin: -36px 0 0 140px;
	padding: 0
}

#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 {
	left: auto;
	
}

#nav li li li:hover, 
#nav li li li.sfhover, 
#nav li li.sfhover, 
#nav li li li.sfhover {
	background-color: #F5F6FA;
	background-image: none
}

