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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
	top: 7px;
	left: 485px;
	width: 400px;
	height: 182px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 800px;
	padding: 0px;
	
	}

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

.clear {
	clear: both;
}

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


