/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	width: 550px;
	height: 420px;
	overflow: hidden;
	position: relative;
}



.imageMenu ul {
	list-style: none;
	display: block;
	height: 420px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1500;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:134px;
	height: 420px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #FFF;
	background-image: none;
	background-position: 0%;
}

.imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(images/index_img01.png);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(images/index_img02.png);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(images/index_img03.png);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(images/index_img04.png);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
