.jimgMenu {
	position:relative;
	padding: 0px;
	width:300px;
	height:200px;
	overflow: hidden;
	margin: 0px;
}

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

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

.jimgMenu ul li#landscapes a {
	background-attachment: scroll;
	background-image: url(images/tanger.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: #43333D;
  
}

.jimgMenu ul li#people a {
	background-attachment: scroll;
	background-image: url(images/bruxelles.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: #182E53;

}

.jimgMenu ul li#nature a {
	background-attachment: scroll;
	background-image: url(images/londres.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: #1D1417;
  
}

.jimgMenu ul li#abstract a {
	background-attachment: scroll;
	background-image: url(images/tanger.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: #747474;

}

.jimgMenu ul li#urban a {
	background-attachment: scroll;
	background-image: url(images/madrid.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: #35393C;
}

.clear {
	clear: both;
}
