/* Main Navigation -- highlighting current page (to white)  based on the body class definition */

body.home #mainNavUL a#home,
/*body.reservations #mainNavUL a#reservations,*/
body.contact #mainNavUL a#contact,
body.location #mainNavUL a#location {
	color: #FFFFFF;
}


/* Sub Navigation -- highlighting current page (to dark blue)  based on the body class definition */

body.accomodations #subNavUL a#accomodations,
body.amenities #subNavUL a#amenities,
body.meetings #subNavUL a#meetings,
body.restaurant #subNavUL a#restaurant,
body.specials #subNavUL a#specials,
body.attractions #subNavUL a#attractions,
body.apartments #subNavUL a#apartments {
	color: #002674;	
}


/* Footer Navigation -- highlighting current page (to darker blue)  based on the body class definition */

body.home #footerUL a#home,
body.sitemap #footerUL a#sitemap,
body.contact #footerUL a#contact,
body.location #footerUL a#location,
/*body.reservations #footerUL a#reservations,*/
body.accomodations #footerUL a#accomodations,
body.amenities #footerUL a#amenities,
body.meetings #footerUL a#meetings,
body.restaurant #footerUL a#restaurant,
body.specials #footerUL a#specials,
body.attractions #footerUL a#attractions,
body.apartments #footerUL a#apartments {
		color: #002674;
	text-decoration: underline;
}
