/*****
Image Menu
v 2.2
*****/

#imageMenu {
	height: 135px;
	overflow: hidden;	background-color: #000;
	padding: 0px 0 0px 0px;
	border-style: none;
	/*border-bottom : 1px solid #555;*/
	margin: 0 auto;
	/*width: 964px;	*/
	width: 945px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 125px;
	width: 1890px;
	padding: 0;
}

#imageMenu ul li {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right : 2px;
	
/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color : #555;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color : #555;
*/
}

#imageMenu ul li a {
	/* text-indent: -1000px; */
    /*	background : #FFFFFF none repeat scroll 0%; */
	background: #FFF url('./images/loading.jpg') scroll 0%;
	/*border-right: 2px solid #fff;*/
	
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:133px;
	height: 125px;
	margin: 0;	
	padding: 0;	
	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;
}

/*
#imageMenu ul li.bk1 a {	
	background: #FFFFFF url('./images/loading.jpg') 50% 50% no-repeat;
	white repeat scroll 0%;
}

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

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

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

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

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

*/
#imageMenu ul li.bk7 a {
	/*background: white url(images/urban.jpg) repeat scroll 0%;*/
	border-right-style: none;
}

.clear {
	clear: both;
}



