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

	Image Menu
	v 2.2
	
	//#imageMenu ul li a { width:118px;  <- control the size of each tag (total width of the banner/number of tags)

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


#imageMenu {
	position: relative;
	width: 710px;
	height: 70px;
	overflow: hidden;
	margin:0px 0px 5px 0px;
}



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

#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:140px;
	height: 70px;
}

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

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

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

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

#imageMenu ul li.abstract a {
	background: url(images/ovation.gif) repeat scroll 0%;
}
#imageMenu ul li.landscapes2 a {
	background: url(images/go.gif) repeat scroll 0%;
	width: 115px;
}

.clear {
	clear: both;
}

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


