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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;


	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
	
}

#imageMenu ul li a {
	text-indent: -1000px;
	
	
	
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 131px;
	/*padding: 10px;*/
	background: #fff none repeat scroll 0%;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;

	
	
	
}

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

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

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

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

#imageMenu ul li.abstract a {
	background: url(images/hot.jpg) repeat scroll 0%;
	border-right: 2px solid #fff;
}





.clear {
	clear: both;
}

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



