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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 576px;
	height: 150px;
	overflow: hidden;
	margin-top: 2px;
}



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

#imageMenu ul li {
	float: left;
}

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

.imspase_bg {
    width:580px;
	height:10px;
	background-image:url(../images/bg.gif);
	line-height:0px;
	font-size:0px;
	background-repeat:repeat-x;
}

.imspase_bg_2 {
    width:800px;
	height:10px;
	background-image:url(../images/bg.gif);
	line-height:0px;
	font-size:0px;
	background-repeat:repeat-x;
}

.imspase_bg_3 {
	width:220px;
	height:10px;
	line-height:0px;
	font-size:0px;
	background-repeat:repeat-x;
	background-color: #e4ebfe;
}



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

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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