/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 500px;
	height: 200px;
	overflow: hidden;
	border: 3px solid #FFF;
}





#imageMenu ul {
	list-style: none;
	display: block;
	height: 200px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	
	}


#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(img/coaching.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(img/people.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(img/nature.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(img/urban.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.abstract a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(img/abstract.jpg);
	background-repeat: repeat;
	background-position: 0%;
}


.clear {
	clear: both;
}

/*************************************************************/

