#imageMenu {
	position: relative;
	width: 737px;
	height: 200px;
	white-space:nowrap;
	border-bottom:solid 1px #333333;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 200px;
	width:750px;
}
#imageMenu ul li {
	float: left;
	white-space:nowrap;
	overflow:hidden;
}
#imageMenu ul li a {
	text-indent: -10000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #3d75bf;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:181px;
	height: 200px;
	white-space:nowrap;
}
#imageMenu ul li.image1 a {
	background: url(images/image5.jpg) repeat scroll 0%;
}
#imageMenu ul li.image2 a {
	background: url(images/image6.jpg) repeat scroll 0%;
}
#imageMenu ul li.image3 a {
	background: url(images/image7.jpg) repeat scroll 0%;
}
#imageMenu ul li.image4 a {
	background: url(images/image8.jpg) repeat scroll 0%;
}
.clear {clear: both;}
