
.imgMenu {
	margin-left: 0px;
	width: 800px;
	position: relative;
	overflow: hidden;
}

.imgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
}

.imgMenu ul li {
	float: left;
}

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

.imgMenu ul li.quart1 a {
	background: url("images/quart1.png") repeat scroll 0%;
}

.imgMenu ul li.quart2 a {
	background: url("images/quart2.png") repeat scroll 0%;
}

.imgMenu ul li.quart3 a {
	background: url("images/quart3.png") repeat scroll 0%;
}

.imgMenu ul li.quart4 a {
	background: url("images/quart4.png") repeat scroll 0%;
}

.imgMenu ul li.demi1 a {
	background: url("images/demi1.png") repeat scroll 0%;
}

.imgMenu ul li.demi2 a {
	background: url("images/demi2.png") repeat scroll 0%;
}

.imgMenu ul li.finale a {
	background: url("images/finale.png") repeat scroll 0%;
	min-width:310px;
}


.clear {
	clear: both;
}
