/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width:993px;
	height:309px;
	overflow: hidden;
	padding-left:10px;
	background-color: #333333;

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 309px;
	width:1003px;
	
	}

#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:100px;
	height:309px;
}
#imageMenu ul li.test a {
	background: url(../images/realtors.jpg) repeat scroll 0%;
}

#imageMenu ul li.realtors a {
	border-left:1px solid #fff;

	background: url(../images/realtors.jpg) repeat scroll 0%;
}

#imageMenu ul li.hospitality a {
	background: url(../images/hospitality.jpg) repeat scroll 0%;
}

#imageMenu ul li.tourism a {
	background: url(../images/tourism.jpg) repeat scroll 0%;
}

#imageMenu ul li.consultancy a {
	background: url(../images/consultancy.jpg) repeat scroll 0%;
}

#imageMenu ul li.infrastructure a {
	background: url(../images/infrastructure.jpg) repeat scroll 0%;
}

#imageMenu ul li.internationaltrade a {
	background: url(../images/internationaltrade.jpg) repeat scroll 0%;
}

#imageMenu ul li.biotechnology a {
	background: url(../images/biotechnology.jpg) repeat scroll 0%;
}

#imageMenu ul li.energysolutions a {
	background: url(../images/energysolutions.jpg) repeat scroll 0%;
}

#imageMenu ul li.education a {
	background: url(../images/education.jpg) repeat scroll 0%;
}



.clear {
	clear: both;
}

/*************************************************************/
