@charset "utf-8";
/* CSS Document */
/**************************************************************
Image Menu
**************************************************************/
.imageMenu{
	position: relative;
	top:1px;
	width: 718px;
	height: 190px;
	overflow: hidden;
	float:left;
	left:7px;
	z-index:1000;
	
}
.imageMenu ul{
	list-style: none;
	margin: 0;
	display: block;
	height: 190px;
	width: 718px;
}
.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:116px;
	height:190px;
	cursor:pointer;
}
.imageMenu ul li.e1 a {
	background: url(../../adm/images/home/e1.jpg) repeat scroll 0%;

}
.imageMenu ul li.e2 a {
	background: url(../../adm/images/home/e2.jpg) repeat scroll 0%;

}
.imageMenu ul li.e3 a {
	background: url(../../adm/images/home/e3.jpg) repeat scroll 0%;

}
.imageMenu ul li.e4 a {
	background: url(../../adm/images/home/e4.jpg) repeat scroll 0%;

}
.imageMenu ul li.e5 a {
	background: url(../../adm/images/home/e5.jpg) repeat scroll 0%;

}
.imageMenu ul li.e6 a {
	background: url(../../adm/images/home/e6.jpg) repeat scroll 0%;
	
}
.clear {
	clear: both;
}
/*************************************************************/


