
#imageMenu {

	position: relative;
	width:    542px;
	height:   119px;
	overflow: hidden;
}



#imageMenu ul {

	list-style: none;
	margin: 0px;
	display: inline;
	height: 125px;
	width: 988px;	
	
	}

#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:175px;
	height: 125px;
}

#imageMenu ul li.stories a {
	background: url(../images/stories.jpg)  scroll 0%;
	
}

#imageMenu ul li.products a {
	background: url(../images/products.jpg)  scroll 0%;
}



#imageMenu ul li.research a {
	background: url(../images/research.jpg)  scroll 0%;
}
.clear {
	clear: both;
}



/*************************************************************/

