@charset "utf-8";
/* CSS Document */

ul#nav {
	display:block;
	margin:0px;
	padding:2px 0 0 13px;
	width:807px;
	height:36px;
	background:url(../images/nav-bg.png) top left no-repeat;
	list-style:none;
}

ul#nav li {
	float:left;
}

ul#nav li a span {
	position:absolute;
	left:-999em;
}

ul#nav li.home a {
	width:57px;
	height:36px;
	display:block;
	background:url(../images/nav/home.png) top left no-repeat;
}

ul#nav li.amenities a {
	width:75px;
	height:36px;
	display:block;
	background:url(../images/nav/amenities.png) top left no-repeat;
}

ul#nav li.rooms a {
	width:115px;
	height:36px;
	display:block;
	background:url(../images/nav/rooms.png) top left no-repeat;
}

ul#nav li.reservations a {
	width:96px;
	height:36px;
	display:block;
	background:url(../images/nav/reservations.png) top left no-repeat;
}

ul#nav li.directions a {
	width:137px;
	height:36px;
	display:block;
	background:url(../images/nav/directions.png) top left no-repeat;
}

ul#nav li.specials a {
	width:67px;
	height:36px;
	display:block;
	background:url(../images/nav/specials.png) top left no-repeat;
}

ul#nav li.attractions a {
	width:121px;
	height:36px;
	display:block;
	background:url(../images/nav/attractions.png) top left no-repeat;
}

ul#nav li.contact a {
	width:93px;
	height:36px;
	display:block;
	background:url(../images/nav/contact.png) top left no-repeat;
}

