@charset "utf-8";
/*.MenuBG{
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 99px;
	width: 875px;
}

#menu a {
  position: relative;
  height: 24px;
width: 88px;
  top: 31px;
  text-decoration: none;
  display: block;
}

#menu a i {
	visibility: hidden;
}

a#Accommodations {
 	left: 103px;
	height: 24px;
	width: 147px;
	top: 22px;
	line-height: 24px;
	display: block;
}
a#Amenities {
	left: 287px;
	height: 24px;
	width: 95px;
	top: -2px;
	display: block;
}
a#Experience {
	left: 425px;
	height: 24px;
	width: 106px;
	top: -26px;
	display: block;
}
a#Rates {
	left: 574px;
	height: 24px;
	width: 54px;
	top: -50px;
	display: block;
}
a#Contact {
	left: 668px;
	height: 24px;
	width: 75px;
	top: -74px;
	display: block;
}

a#Accommodations:hover  {
	left: 103px;
	height: 24px;
	width: 147px;
	top: 22px;
	line-height: 24px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

a#Amenities:hover  {
	left: 287px;
	height: 24px;
	width: 95px;
	top: -2px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a#Experience:hover  {
	left: 425px;
	height: 24px;
	width: 106px;
	top: -26px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a#Rates:hover {
	left: 574 px;
	height: 24px;
	width: 54px;
	top: -50px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a#Contact:hover  {
	left: 668px;
	height: 24px;
	width: 75px;
	top: -74px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}*/

dl#MenuMap{
	margin: 0;
	padding: 0;
	background: transparent url(images/menu.jpg) top left no-repeat;
	height: 99px;
	width: 875px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 100%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 100%; }

dd#AccommodationsDef{ top: 24px; left: 108px;  }
dd#AccommodationsDef a{ position: absolute; width: 147px; height: 22px; text-decoration: none; }
dd#AccommodationsDef a:hover {
	display: block;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	margin: 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #31080a;
	border-left: none;
}


dd#AmenitiesDef{ top: 24px; left: 294px; }
dd#AmenitiesDef a{ position: absolute; width: 95px; height: 22px; text-decoration: none; }

dd#AmenitiesDef a:hover {
	display: block;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	margin: 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #31080a;
	border-left: none;
}


dd#ExperienceDef{ top: 24px; left: 438px; }
dd#ExperienceDef a{ position: absolute; width: 75px; height: 22px; text-decoration: none; }

dd#ExperienceDef a:hover{
	display: block;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	margin: 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #31080a;
	border-left: none;
}


dd#RatesDef{ top: 24px; left: 562px; }
dd#RatesDef a{ position: absolute; width: 54px; height: 22px; text-decoration: none; }

dd#RatesDef a:hover {
	display: block;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	margin: 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #31080a;
	border-left: none;
}


dd#ContactDef{ top: 24px; left: 666px; }
dd#ContactDef a{ position: absolute; width: 73px; height: 22px; text-decoration: none; }

dd#ContactDef a:hover {
	display: block;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	margin: 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #31080a;
	border-left: none;
}