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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 250px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	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:98px;
	height: 250px;
}

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

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

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

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

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

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

#imageMenu ul li.meer a {
	background: url(../images/7.jpg) repeat scroll 0%;
	width: 250px;
}

.clear {
	clear: both;
}

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

