


#imageMenu {
	position: relative;
	width: 540px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
	margin-left: 0;
}

#imageMenu ul li a.ref {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:58px;
	height: 200px;
	margin-left: 0;
}

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

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

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

#imageMenu ul li.arena4 a {
	background: url(images/img4.jpg) repeat scroll 0%;
}
#imageMenu ul li.arena5 a {
	background: url(images/img5.jpg) repeat scroll 0%;
}
#imageMenu ul li.arena6 a {
	background: url(images/img6.jpg) repeat scroll 0%;
}
#imageMenu ul li.arena7 a {
	background: url(images/img7.jpg) repeat scroll 0%;
}
#imageMenu ul li.arena8 a {
	background: url(images/img8.jpg) repeat scroll 0%;
}
#imageMenu ul li.arena9 a {
	background: url(images/img9.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


