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

	Image Menu
	v 2.2

**************************************************************/
.mainbody{
background-image:url(images/mainbody_gallery.jpg);
width:1024px;
height:600px;
left:50%;
margin-left:-512px;
position:relative;}

#imageMenu {
	position: relative;
	width: 750px;
	height: 500px;
	overflow: hidden;
	border-right: 3px solid #797979;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 3px solid #797979;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:150px;
	height: 500px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

