/*mainNav navigation to change cursor on current page link on home, hotel, spa and contact pages*/
/*javascript rollover preventing image replacement to highlight current page*/
/*body.topHome #mainNav a#topHomeLink, body.topHotel #mainNav a#topHotelLink, body.topSpa #mainNav a#topSpaLink, body.topContact #mainNav a#topContactLink {}*/
	
body.topHome #mainNav a:hover#topHomeLink, body.topHotel #mainNav a:hover#topHotelLink, body.topSpa #mainNav a:hover#topSpaLink, body.topContact #mainNav a:hover#topContactLink {
	cursor:default;
}

/*subNav Navigation to highlight current page in the subNav bar*/

/*-----------hotel pages---------------*/
/*highlights current page*/
body.accommodation #subNav a#accommodation, body.conferences #subNav a#conferences, body.dining #subNav a#dining, body.functions #subNav a#functions, body.seasonal #subNav a#seasonal, body.weddings #subNav a#weddings, body.breaks #subNav a#breaks, body.offers #subNav a#offers, body.gallery #subNav a#gallery {
	color: #ffffee;
	background-color:#887766;
	font-style:italic;
	}
/*highlight current page link when mouse is passed over*/
body.accommodation #subNav a:hover#accommodation, body.conferences #subNav a:hover#conferences, body.dining #subNav a:hover#dining, body.functions #subNav a:hover#functions, body.seasonal #subNav a:hover#seasonal, body.weddings #subNav a:hover#weddings, body.breaks #subNav a:hover#breaks, body.offers #subNav a:hover#offers, body.gallery #subNav a:hover#gallery {
	color: #ffffee;
	background-color:#887766;
	cursor:default;
	text-decoration:none;
	font-style:italic;
}

/*--------------spa pages---------------*/
body.fitness #subNav a#fitness, body.pool #subNav a#pool, body.equilibrium #subNav a#equilibrium {
	color: #ffffee;
	background-color:#887766;
	font-style:italic;
	}
	
body.fitness #subNav a:hover#fitness, body.pool #subNav a:hover#pool, body.equilibrium #subNav a:hover#equilibrium {
	color: #ffffee;
	background-color:#887766;
	cursor:default;
	text-decoration:none;
	font-style:italic;
	}
	
/*--------------contact pages---------------*/
body.accessibility #subNav a#accessibility, body.directions #subNav a#directions, body.local #subNav a#local, body.privacy #subNav a#privacy {
	color: #ffffee;
	background-color:#887766;
	font-style:italic;
	}
	
body.accessibility #subNav a:hover#accessibility, body.directions #subNav a:hover#directions, body.local #subNav a:hover#local, body.privacy #subNav a:hover#privacy {
	color: #ffffee;
	background-color:#887766;
	cursor:default;
	text-decoration:none;
	font-style:italic;
	}
