
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#center {
	background:none !important;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}

#imageMenu {
	position: relative;
	width: 800px;
	height: 220px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 220px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -99999px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 220px;
	line-height:23em;
	color:#735628;
	text-decoration:none;
}

#imageMenu ul li.About a {
	background: url(/layout/img/homePageNav1.jpg) no-repeat scroll top left;
}

#imageMenu ul li.LodgingDiving a {
	background: url(/layout/img/homePageNav2.jpg) no-repeat scroll top left;
}

#imageMenu ul li.ThingsToDo a {
	background: url(/layout/img/homePageNav3.jpg) no-repeat scroll top left;
}

#imageMenu ul li.Conventions a {
	background: url(/layout/img/homePageNav4.jpg) no-repeat scroll top left;
}

#imageMenu ul li.Services a {
	background: url(/layout/img/homePageNav5.jpg) no-repeat scroll top left;
}

#imageMenu ul li.Calendar a {
	background: url(/layout/img/homePageNav6.jpg) no-repeat scroll top left;
	width: 310px;
	border:none;
}

.clear {
	clear: both;
}

/*************************************************************/

