
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/



 #imageMenu {
	position: relative;
	width: 700px;
	height: 166px;
	overflow: hidden; 
}



 #imageMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	height: 166px;
	width: 1000px;
	
	}

 #imageMenu ul li {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#b9bab5; line-height:20px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background:url(images/bg-right.jpg) no-repeat left top; width:auto
}

 #imageMenu ul li div a {
	border-right:8px solid #fff;
	
	cursor:pointer;
	width:169px;
	height: 166px; display:block;
	overflow:hidden; 
	
}



/*************************************************************/

