#imageMenu {
	position: relative;
	width: 880px;
	height: 1000px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#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:98px;
	height: 1000px;
}

#imageMenu ul li.add_A a {
	background: url(../images/others/add_A.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_B a {
	background: url(../images/others/add_B.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_C a {
	background: url(../images/others/add_C.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_D a {
	background: url(../images/others/add_D.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_E a {
	background: url(../images/others/add_E.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_F a {
	background: url(../images/others/add_F.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_G a {
	background: url(../images/others/add_G.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_H a {
	background: url(../images/others/add_H.jpg) repeat scroll 0%;
}

#imageMenu ul li.add_I a {
	background: url(../images/others/add_I.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}