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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 979px;
	height: 386px;
	overflow: hidden;
	background:#000000;
	border-left:#000000 1PX solid;
	border-right:#000000 1PX solid;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 386px;
	width: 1100px;
	
	}

#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:161px;
	height: 386px;
}


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

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

#imageMenu ul li.people a {
	background: url(../images/eat-and-drink.png) repeat scroll 0%;
}

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

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


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






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




.clear {
	clear: both;
}

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


