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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 500px;
	height: 158px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	float: right;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 158px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 158px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

