/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: absolute;
	width: 800px;
	height: 200px;
	overflow: hidden;
	top: 380px;
	left: 20px;
	visibility:hidden;
	z-index:auto;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #574730;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 200px;
}

/********* galery menu   ********/

.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.urban1 a {
	background: url(images/6.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban2 a {
	background: url(images/7.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract1 a {
	background: url(images/8.jpg) repeat scroll 0%;
	width: 264px;
}

/********* expo menu   ********/

.imageMenu ul li.im21 a {
	background: url(images/v1.jpg) repeat scroll 0%;
}

.imageMenu ul li.im22 a {
	background: url(images/v2.jpg) repeat scroll 0%;
}

.imageMenu ul li.im23 a {
	background: url(images/v3.jpg) repeat scroll 0%;
}

.imageMenu ul li.im24 a {
	background: url(images/v4.jpg) repeat scroll 0%;
}

.imageMenu ul li.im25 a {
	background: url(images/v5.jpg) repeat scroll 0%;
	
}
.imageMenu ul li.im26 a {
	background: url(images/v6.jpg) repeat scroll 0%;
}
.imageMenu ul li.im27 a {
	background: url(images/v7.jpg) repeat scroll 0%;
}
.imageMenu ul li.im28 a {
	background: url(images/v8.jpg) repeat scroll 0%;
}
.imageMenu ul li.im29 a {
	background: url(images/v9.jpg) repeat scroll 0%;
}
.imageMenu ul li.im210 a {
	background: url(images/v10.jpg) repeat scroll 0%;
}


/********* perf menu   ********/

.imageMenu ul li.im31 a {
	background: url(images/p1.jpg) repeat scroll 0%;
}

.imageMenu ul li.im32 a {
	background: url(images/p2.jpg) repeat scroll 0%;
}

.imageMenu ul li.im33 a {
	background: url(images/p3.jpg) repeat scroll 0%;

}

/********* arh menu   ********/

.imageMenu ul li.im41 a {
	background: url(images/a1.jpg) repeat scroll 0%;
}

.imageMenu ul li.im42 a {
	background: url(images/a2.jpg) repeat scroll 0%;
}

.imageMenu ul li.im43 a {
	background: url(images/a3.jpg) repeat scroll 0%;
}

.imageMenu ul li.im44 a {
	background: url(images/a4.jpg) repeat scroll 0%;
}

.imageMenu ul li.im45 a {
	background: url(images/a5.jpg) repeat scroll 0%;
	
}
.imageMenu ul li.im46 a {
	background: url(images/a6.jpg) repeat scroll 0%;
}
.imageMenu ul li.im47 a {
	background: url(images/a7.jpg) repeat scroll 0%;
}
.imageMenu ul li.im48 a {
	background: url(images/a8.jpg) repeat scroll 0%;
}
.imageMenu ul li.im49 a {
	background: url(images/a9.jpg) repeat scroll 0%;
}
.imageMenu ul li.im410 a {
	background: url(images/a10.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

