
.jimgMenu {
	margin-left: auto;
   margin-right: auto;
	padding: 0px;
	width:580px;
	height:400px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 400px;
	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: 400px;
}

.jimgMenu ul li#trees a {
	background: url(images/portaltrees.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#berries a {
	background: url(images/portalberries.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nuts a {
	background: url(images/portalnuts.jpg) repeat scroll 0%;
  
}



.clear {
	clear: both;
}
