#imageMenu {
	position: relative;
	width: 745px;
	height: 120px;
	overflow: hidden;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#cccccc none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	/*width:147px;		5pic	*/
	/*width:180px;		4pic	*/
	/*width:245px;		3pic	*/
	width:368px;
	height: 120px;
}

#imageMenu ul li.kv_01 a {
	background:transparent url(../../common/img/kv_01.png) repeat scroll 10%;
}

#imageMenu ul li.kv_02 a {
	background:transparent url(../../common/img/kv_02.png) repeat scroll 10%;
}

#imageMenu ul li.kv_03 a {
	background:transparent url(../../common/img/kv_03.png) repeat scroll 0%;
}

#imageMenu ul li.kv_04 a {
	background:transparent url(../../common/img/kv_04.png) repeat scroll 0%;
}

#imageMenu ul li.kv_05 a {
	background:transparent url(../../common/img/kv_05.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

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


