
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#imageMenu {
	position: relative;
	width: 775px;
	height: 165px;
	overflow: hidden;
	margin:5px;
	border:#999999 solid 1px;
	direction:ltr;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 165px;
	width: 1000px;
	padding:0px;
	}

#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:160px;
	height: 165px;
}

#imageMenu ul li.landscapes a {
	background: url(images/adv01.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/adv02.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/adv03.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/adv04.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/adv05.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

.top-adv-table {
	text-align:center;
	margin:0;
	padding:0;
	
}
/*************************************************************/


