
#imageMenu {

	position: relative;
	width: 550px;
	height: 250px;
	overflow: hidden;
	visibility: visible;
	left: 0px;
	padding: 0px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
	padding: 0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 4px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:88px;
	height: 250px;
	padding: 0px;
}
#imageMenu ul li.aa a {
	background: url(../images/home/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.bb a {
	background: url(../images/home/2.jpg) repeat scroll 0%;

}
#imageMenu ul li.cc a {
	background: url(../images/home/3.jpg)  repeat scroll 0%;
}
#imageMenu ul li.dd a {
	background: url(../images/home/4.jpg) repeat scroll 0%;
}
#imageMenu ul li.ee a {
	background: url(../images/home/5.jpg) repeat scroll 0%;
}
#imageMenu ul li.ff a {
	background: url(../images/home/6.jpg) repeat scroll 0%;
}
#imageMenu ul li.gg a {
	background: url(../images/home/6.jpg) repeat scroll 0%;
}

.clear {

	clear: both;

}


