
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:640px;
	height:300px;
	overflow: hidden;
	background:#000;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	position: relative;
	width:295px;
	}
	
.jimgMenu ul li {
	width: 130px;
	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: 300px;
}

.jimgMenu ul li#landscapes a {
	background: url(../images/landscapes.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people a {
	background: url(../images/people.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature a {
	background: url(../images/nature.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract a {
	background: url(../images/abstract.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban a {
	background: url(../images/urban.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
.jimgMenu ul li#industrial a {
	background: url(../images/industrial.jpg) repeat scroll 0%;
  
}
.jimgMenu ul li#food a {
	background: url(../images/food.jpg) repeat scroll 0%;
  
}
.jimgMenu ul li#marine a {
	background: url(../images/marine.jpg) repeat scroll 0%;
  
}
.jimgMenu ul li#oil a {
	background: url(../images/oil.jpg) repeat scroll 0%;
  
}
.jimgMenu ul li#specialty a {
	background: url(../images/specialty.jpg) repeat scroll 0%;
  
}
.hr{
border:1px solid #ddd;
}