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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 549px;
	height: 121px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 121px;
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left:0px;
	
	}

#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:108px;
	height: 121px;
}

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

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

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

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

#imageMenu ul li.booknow a {
	background: url(images/book-now-fourways.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

