#imageMenu {
	position: relative;
	width: 720px;
	height: 276px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border: 5px solid #fff;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 276px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	background:#FFFFFF none repeat scroll 0%;
	border-right: 5px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:240px;
	height: 276px;
}

#imageMenu ul li.six a {
	background: url(../images/2006.jpg) repeat scroll 0%;
}

#imageMenu ul li.seven a {
	background: url(../images/2007.jpg) repeat scroll 0%;
}

#imageMenu ul li.eight a {
	background: url(../images/2008.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}