﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	padding:0px;
	margin:0px;
}

#imageMenu ul li a {
	text-indent: -1400px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.door a {
	background: url(images/door.jpg) repeat scroll 0%;
}

#imageMenu ul li.airport a {
	background: url(images/airport.jpg) repeat scroll 0%;
}

#imageMenu ul li.wedding a {
	background: url(images/wedding.jpg) repeat scroll 0%;
}

#imageMenu ul li.rentals a {
	background: url(images/rentals.jpg) repeat scroll 0%;
}

#imageMenu ul li.dinner a {
	background: url(images/dinner.jpg) repeat scroll 0%;
}

#imageMenu ul li.nights a {
	background: url(images/nights.jpg) repeat scroll 0%;
}

#imageMenu ul li.business a {
	background: url(images/business.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


