
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 720px;
	height: 187px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 187px;
	width: 1240px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1240px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 187px;
}

#imageMenu ul li.landscapes a {
	background: url(images/youshengmeidi.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/xiyang.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/weijijihaitan.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/wuzhongshaolvhao.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/huashengdeng.jpg) repeat scroll 0%;
}
#imageMenu ul li.as a {
	background: url(images/shiqiyinli.jpg) repeat scroll 0%;
}
#imageMenu ul li.asd a {
	background: url(images/binhepark.jpg) repeat scroll 0%;
}

#imageMenu ul li.asdfgh a {
	background: url(images/shamushow.jpg) repeat scroll 0%;
	width: 450px;
}

.clear {
	clear: both;
}

/*************************************************************/

