/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 871px;
	height: 440px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 440px;
	width: 871px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: 100%;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 440px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #FFF;
}

.imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(../photo/NEWS.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(../photo/ACCESSORY.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(../photo/UTENSILS.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(../photo/POCKET.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.abstract a {
	background-attachment: scroll;
	background-image: url(../photo/OTHERS.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
