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

	Image Menu
	v 2.2

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


#imageMenu {

	width: 660px;
	height: 250px;
	overflow: hidden;
	margin:10px auto 0;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1320px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1320px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 250px;
}

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

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

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

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

#imageMenu ul li.bigbanner05 a {
	background: url(../images_health/bigbanner05.jpg) repeat scroll 0%;
	width: 500px;
}

.clear {
	clear: both;
}

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

