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

	Image Menu
	v 2.2

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

#imageMenu {
	position: absolute;
	margin-top: 0px;
	left: 214px;
	width: 500px;
	height: 175px;
	overflow: hidden;
	top: 0px;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#996600 none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:62px;
	height:175px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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