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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 520px;
	height: 160px;
	overflow: hidden;
}



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

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

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

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

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

#imageMenu ul li.tour a {
	background: url(tour_2.jpg) repeat scroll 0%;
	width: 150px;
}

.clear {
	clear: both;
}

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

