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

	Image Menu
	v 2.2

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


#imageMenu {
	right: auto;
	left: auto;
	position: relative;
	width: 750px;
	height: 269px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 269px;
	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:77px;
	height: 269px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

