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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	height: 150px;
	overflow: hidden;
	clear: right;
	background-color: #231F20;
	float: left;
	width: 635px !important; /* Style for FF */




	/*/* FF ignores next line. Don't remove this comment! */*/  width: 595px !important; /* Style for IE7 */
	width: 595px; /* Style for IE6 */
	margin: 0px;
	padding: 0px;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -2000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #231f20;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 150px;
}
#imageMenu ul li.transport a {
	background: url(images/onderhoud.png) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.grafisch a {
	background: url(images/grafisch.png) repeat scroll 0%;
}
#imageMenu ul li.antivirus a {
	background: url(images/antivirus.png) repeat scroll 0%;
}
#imageMenu ul li.webdesign a {
	background: url(images/webdesign.png) repeat scroll 0%;
}
#imageMenu ul li.webhosting a {
	background: url(images/webhosting.png) repeat scroll 0%;
}
#imageMenu ul li.domeinregistratie a {
	background: url(images/registratie.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

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