/**************************************************************	Image Menu	v 2.2**************************************************************/#imageMenu {	position: relative;	width: 940px;	height: 150px;	overflow: hidden;}#imageMenu ul {	list-style: none;	margin: 0px;	display: block;	height: 150px;	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;	width:186px;	height: 150px;}#imageMenu ul li.contact a {	background: url(../images/contact.jpg) repeat scroll 0%;}#imageMenu ul li.services a {	background: url(../images/services.jpg) repeat scroll 0%;}#imageMenu ul li.company a {	background: url(../images/company.jpg) repeat scroll 0%;}#imageMenu ul li.clients a {	background: url(../images/clients.jpg) repeat scroll 0%;}#imageMenu ul li.partners a {	background: url(../images/partners.jpg) repeat scroll 0%;	}.clear {	clear: both;}/*************************************************************/
