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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 635px;
	height: 260px;
	overflow: hidden;
	float: left;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 260px;
	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: 260px;
	text-align: left;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

