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

	Image Menu
	v 2.2

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

#imageMenuOuter {
	text-align: center;
	width: 765px;
	/*width: 585px;*/
	position: absolute;
	top: 95px;
	/*top: 128px;*/
	left: 212px;
	background-color:#404751;
}
#imageMenu {
	position: relative;
	width: 765px;
	/*width: 550px;*/
	height: 232px;
	/*height: 200px;*/
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 232px;
	/*height: 200px;*/
	width: 1000px;
	/*width: 1000px;*/
	
	}

#imageMenu ul li {
	float: left;
}

#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:124px;
	/*width:98px;*/
	height: 232px;
	/*height: 200px;*/
}

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

#imageMenu ul li.tours a {
	background: url(images/virtual.jpg) repeat scroll 0%;
}

#imageMenu ul li.email a {
	background: url(images/newsletters.jpg) repeat scroll 0%;
}

#imageMenu ul li.graphic a {
	background: url(images/graphics.jpg) repeat scroll 0%;
}

#imageMenu ul li.training a {
	background: url(images/training.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.hosting a {
	background: url(images/hosting.jpg) repeat scroll 0%;
	width: 360px;
	/*width: 310px;*/
}


.clear {
	clear: both;
}

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


