/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 995px;
	height: 220px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	z-index: 0;
}

#imageMenu ul {
	list-style: none;
	padding: 0px;
	bottom: 0px;
	top: 0px;
	margin: 0px;
	height: 220px;
	width: 999px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:default;
	display:block;
	overflow:hidden;
	width:124px;
	height: 220px;
}

#imageMenu ul li.landscapes a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/5.jpg) repeat scroll 0%;
}

#imageMenu ul li.six a {
	background: url(images/6.jpg) repeat scroll 0%;
}

#imageMenu ul li.seven a {
	background: url(images/7.jpg) repeat scroll 0%;
}

#imageMenu ul li.nine a {
	background: url(images/8.jpg) repeat scroll 0%;
}



/*************************************************************/

