.imageMenu {
	position: relative;
	width: 800px;
	height: 125px;
	overflow: hidden;
	margin-top: 50px;
	margin-left: 50px;
}

.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 125px;
	width: 1800px;
}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 125px;
}

.clear {
	clear: both;
}