/* Image Menu Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      12/04/2010
author:    Chris Beale
website:   http://www.criterionit.co.uk
*/

#imageMenuBox {
	background: url("/img/imageMenu/background-imageMenu.jpg") top left no-repeat;
	height: 370px;
	width: 370px;
}

.imageMenu {
	border-top: 0px solid #ccc;
	border-right: 0;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	position: relative;
	width: 367px;
	height: 367px;
	overflow: hidden;
}

.imageMenu ul {
	list-style: none;
	margin: 0;
	display: block;
	height: 366px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 2px 0 2px 2px;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 1px solid #ccc;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 72px;	/* The width of the closed element */
	height: 367px;
}

.imageMenu ul li.service-desk a {
	background: #fff url(/img/imageMenu/service-desk.jpg) repeat scroll 0%;
}

.imageMenu ul li.infrasructure-solutions a {
	background: #fff url(/img/imageMenu/infrastructure-solutions.jpg) repeat scroll 0%;
}

.imageMenu ul li.managed-services a {
	background: #fff url(/img/imageMenu//managed-services.jpg) repeat scroll 0%;
}

.imageMenu ul li.business-systems a {
	background: #fff url(/img/imageMenu/business-systems.jpg) repeat scroll 0%;
}

.imageMenu ul li.web-services a {
	background: #fff url(/img/imageMenu/web-services.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

#imageMenuUl li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: -18px;
	margin-top: 2px;
	padding-left: -20px;	
}