/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}

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

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

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

.imageMenu ul li.webstreaming a {
	background: #cb2200 url(../img/webstreaming.jpg) repeat scroll 0%;
}

.imageMenu ul li.networking a {
	background: #1159ab url(../img/networking.jpg) repeat scroll 0%;
}

.imageMenu ul li.webdesign a {
	background: #f78233 url(../img/webdesign.jpg) repeat scroll 0%;
}

.imageMenu ul li.itconsulting a {
	background: #253705 url(../img/itconsulting.jpg) repeat scroll 0%;
}

.imageMenu ul li.webhosting a {
	background: #363731 url(../img/webhosting.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

