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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 600px;
	height:218px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 218px;
	width: 1100px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:110px;
	height: 218px;
	background-attachment: scroll;
	background-color: #F90;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F90;
}

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

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

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

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

.imageMenu ul li.abstract a {
	background: url(images/kayH.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

