
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 120px;
	overflow: hidden;
/*	float:left;
	clear:both;*/
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 120px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	width:50px;
}

#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:120px;
	height: 120px;
}

#imageMenu ul li.agre a {
	width:100px;
}

.clear {
	clear: both;
}

/*************************************************************/


