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

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

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

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

.jimgMenu ul li#paragliding a {
	background: url(images/paragliding.jpg) repeat scroll 0%;

}

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

.jimgMenu ul li#action a {
	background: url(images/action.jpg) repeat scroll 0%;

}

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

.clear {
	clear: both;
}
