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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 750px;
	height: 130px;
	overflow: hidden;
}

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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

#imageMenu ul li.menuContact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

