/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 240px;
	overflow: hidden;
	background-color: transparent;
	padding: 0px 0 0px 0px;
	border-style: none;
	margin: 0 auto;
  width: 974px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	padding: 0;
	}

#imageMenu ul li {
  margin-top: 10px;
	list-style: none;
	float: left;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

#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:128px;

/* 
七个 slide
width:124px;
六个 slide
width:145px;
五个 slide
width:145px;
*/
	height: 200px;

/* 图片与图片之间的距离 */	
	margin-left: -10px;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#imageMenu ul li.bk1 a {
	background: url(images/services.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/gyms_ch.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/digitalValley.gif) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/expo.gif) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/005.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(images/wellness_ch.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk7 a {
	background: url(images/delicious_ch.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk8 a {
	background: url(images/008.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}


