
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 920px;
	height: 297px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 297px;
	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:180px;
	height: 297px;
}

#imageMenu ul li.fit4less a {
	background: url(../images/fit4less.jpg) repeat scroll 0%;
}

#imageMenu ul li.personal a {
	background: url(../images/personal.jpg) repeat scroll 0%;
}

#imageMenu ul li.fysiotherapie a {
	background: url(../images/fysiotherapie.jpg) repeat scroll 0%;
}

#imageMenu ul li.fotoalbum a {
	background: url(../images/fotoalbum.jpg) repeat scroll 0%;
}

#imageMenu ul li.vestigingen a {
	background: url(../images/vestigingen.jpg) repeat scroll 0%;
	width: 520px;
}

.clear {
	clear: both;
}

/*************************************************************/

