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

	Image Menu
	v 2.2

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


#imageMenufootball {
	position: relative;
	width: 632px;
	height: 200px;
	overflow: hidden;
}



#imageMenufootball ul {
	list-style: none;
	display: block;
	height: 200px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;	
	}

#imageMenufootball ul li {
	float: left;
}

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

#imageMenufootball ul li.internship a {
	background: url(/football/img/internship.jpg) repeat scroll 0%;
}

#imageMenufootball ul li.matches a {
	background: url(/football/img/matches.jpg) repeat scroll 0%;
}

#imageMenufootball ul li.tourism a {
	background: url(/football/img/tourism.jpg) repeat scroll 0%;
}

#imageMenufootball ul li.complete a {
	background: url(/football/img/complete.jpg) repeat scroll 0%;
}

#imageMenufootball ul li.fee a {
	background: url(/football/img/fee.jpg) repeat scroll 0%;
	width: 310px;
}


.clear {
	clear: both;
}

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