
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 450px;
	height: 92px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 92px;
	width: 450px;
	
	}

#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:62px;
	height: 92px;
}



#imageMenu ul li.sujiaopaodao a {
	background: url(images/sujiaopaodao.jpg) no-repeat scroll 0%;
	}

#imageMenu ul li.zuqiuchang a {
	background-attachment: scroll;
	background-image: url(images/zuqiuchang.jpg);
	background-repeat: no-repeat;
	background-position: 0%;	
}

#imageMenu ul li.lanqiuchang a {
	background: url(images/lanqiuchang.jpg) no-repeat scroll 0%;
	
}

#imageMenu ul li.paiqiuchang a {
	background: url(images/paiqiuchang.jpg) no-repeat scroll 0%;
	
}

#imageMenu ul li.yundongchang a {
	background: url(images/yundongchang.jpg) no-repeat scroll 0%;
	
}

#imageMenu ul li.wangqiuchang a {
	background: url(images/wangqiuchang.jpg) no-repeat scroll 0%;
	
}

#imageMenu ul li.renzaocaoping a {
	background: url(images/renzaocaoping.jpg) no-repeat scroll 0%;
	
}
.clear {
	clear: both;
}

/*************************************************************/

