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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 740px;
	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:98px;
	height: 206px;
}

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

