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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin:5px 0 5px 52px;
    padding:0;
	display: block;
	height: 200px;
	width: 900px;
	
	}

#imageMenu ul li {
	float: left;
	margin:0;
    padding:0;
}

#imageMenu ul li a {
	text-indent: -900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

