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

	Image Menu
	v 2.2

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


#imageMenu {
	float:right;
	position: relative; top:12px; left:36px;
	width: 600px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:98px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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


