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

	Image Menu
	v 2.2

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



#imageMenu {
	background: #4D6F7B;
	position: relative;
	margin:0px;
	padding:0px;
	width: 645px;
	height: 200px;
	overflow: hidden;
	float:left;
}


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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.huis a {
	background: url("../images/huis.JPG") repeat scroll 0%;
}

#imageMenu ul li.tuin a {
	background: url("../images/tuin.JPG") repeat scroll 0%;
}

#imageMenu ul li.omgeving a {
	background: url("../images/omgeving.JPG") repeat scroll 0%;
}

#imageMenu ul li.prijs a {
	background: url("../images/prijs.JPG") repeat scroll 0%;
}

#imageMenu ul li.lokatie a {
	background: url("../images/lokatie.JPG") repeat scroll 0%;
	border-right:1px black solid ;
	width:320px;
}

.clear {
	clear: both;
}

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



