#imageMenu {
	position: relative;
	width: 980px;
	height: 160px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 160px;
	width: 1100px;
	}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-left: 3px solid #FFFFFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 160px;
	text-decoration:none;
}


#imageMenu ul li.e-store a {
	background: url(images/but_estore0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.e-store a:hover {
	background: url(images/but_estore1.gif) repeat scroll 0%;
	background-position:left top;
}


#imageMenu ul li.e-site a {
	background: url(images/but_esite0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.e-site a:hover {
	background: url(images/but_esite1.gif) repeat scroll 0%;
	background-position:left top;
}


#imageMenu ul li.e-mailing a {
	background: url(images/but_emailing0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.e-mailing a:hover {
	background: url(images/but_emailing1.gif) repeat scroll 0%;
	background-position:left top;
}


#imageMenu ul li.e-hosting a {
	background: url(images/but_ehosting0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.e-hosting a:hover {
	background: url(images/but_ehosting1.gif) repeat scroll 0%;
	background-position:left top;
}


#imageMenu ul li.e-backup a {
	background: url(images/but_ebackup0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.e-backup a:hover {
	background: url(images/but_ebackup1.gif) repeat scroll 0%;
	background-position:left top;
}


#imageMenu ul li.netwerk a {
	background: url(images/but_netwerk0.gif) repeat scroll 0%;
	background-position:left top;
}
#imageMenu ul li.netwerk a:hover {
	background: url(images/but_netwerk1.gif) repeat scroll 0%;
	background-position:left top;
}

.clear {
	clear: both;
}
/*************************************************************/

