
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 880px;
	height: 206px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 206px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:96px;
	height: 206px;
}

.imageMenu ul li.welcome a {
	background: url(images/welcome.jpg) repeat scroll 0%;
}


.imageMenu ul li.cabins a {
	background: url(images/cabins.jpg) repeat scroll 0%;
}

.imageMenu ul li.rooms a {
	background: url(images/rooms.jpg) repeat scroll 0%;
}

.imageMenu ul li.rates a {
	background: url(images/rates.jpg) repeat scroll 0%;
}

.imageMenu ul li.dining a {
	background: url(images/dining.jpg) repeat scroll 0%;
}

.imageMenu ul li.thingstodo a {
	background: url(images/thingstodo.jpg) repeat scroll 0%;
}

.imageMenu ul li.blog a {
	background: url(images/blog.jpg) repeat scroll 0%;
}
.imageMenu ul li.reserve a {
	background: url(images/reserve.jpg) repeat scroll 0%;
	width: 600px;
}

.clear {
	clear: both;
}

/*************************************************************/


