.jimgMenu {
	position:relative;
	margin: 0px;
	width:880px;
	height:300px;
	overflow: hidden;
	padding-top: 290px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	position: relative;
	width: 880px;
	}
	
.jimgMenu ul li {
	width: 293px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: 0px;
	background:#fff repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 300px;
}

.jimgMenu ul li#landscapes a {
	background-attachment: scroll;
	background-color: #CCC;
	background-repeat: repeat;
	background-position: 0%;  
}

.jimgMenu ul li#people a {
	background-attachment: scroll;
	background-color: #999;
	background-repeat: repeat;
	background-position: 0%;
}

.jimgMenu ul li#nature a {
	background-attachment: scroll;
	background-color: #3A3A3A;
	background-repeat: repeat;
	background-position: 0%;
}

.jimgMenu ul li#abstract a {
	background-attachment: scroll;
	background-color: #333;
	background-repeat: repeat;
	background-position: 0%;
}

.jimgMenu ul li#urban a {
	border-right-style: none;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../image-menu-2/images/urban.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}
