
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 815px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 200px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url(../images/main/wheat.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../images/main/cotton.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../images/main/palm.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../images/main/rice.jpg) repeat scroll 0%;
	width:215px;
}

.clear {
	clear: both;
}


ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

