#menu ul {
	padding:0px;
	margin:3px;	
	list-style: none;
	display: block;
	width:605px;
	height: 172px;
	background:#666666;
	}

#menu ul li {
	float: left;
}

#menu ul li a {
	text-indent: -1000px;
	border-right: 2px solid #E9E9E9;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 172px;
}

#menu ul li.netwerk a {
	background: url(../Img/netwerk.jpg) repeat scroll 0%;
}

#menu ul li.software a {
	background: url(../Img/software.jpg) repeat scroll 0%;
}

#menu ul li.hardware a {
	background: url(../Img/hardware.jpg) repeat scroll 0%;
}

#menu ul li.aenv a {
	background: url(../Img/aenv.jpg) repeat scroll 0%;
}

#menu ul li.web a {
	background: url(../Img/web.jpg) repeat scroll 0%;
}

#menu ul li.ons a {
	background: url(../Img/ons.jpg) repeat scroll 0%;
}

#menu ul li.contact a {
	background: url(../Img/contact.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

