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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	left: 0px;
	background-position: center;
}



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

#imageMenu ul li {
	float: right;
}

#imageMenu ul li a {
	text-indent: -2000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:75px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background-image: url(../basket/images/menu/landscapes.jpg);
}

#imageMenu ul li.people a {
	background: url(../basket/images/menu/people.jpg);
}

#imageMenu ul li.nature a {
	background: url(../basket/images/menu/nature.jpg);
}

#imageMenu ul li.urban a {
	background: url(../basket/images/menu/urban.jpg);
}

#imageMenu ul li.abstract a {
	background: url(../basket/images/menu/abstract.jpg);
}

.clear {
	clear: both;
}

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