.jimgMenu {
	position: relative;
	width: 500px;
	height: 120px;
	overflow: hidden;
	margin: 0px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 120px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

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

.jimgMenu ul li.alligator a {
	background: url(images2/Alligator.JPG) repeat scroll 0%;
}

.jimgMenu ul li.aquaticplants a {
	background: url(images2/aquaticPlants.jpg) repeat scroll 0%;
}

.jimgMenu ul li.crustaceans a {
	background: url(images2/Crustaceans.JPG) repeat scroll 0%;
}
.jimgMenu ul li.foodfish a {
	background: url(images2/Foodfish.JPG) repeat scroll 0%;
}
.jimgMenu ul li.miscspecies a {
	background: url(images2/MiscSpecies.jpg) repeat scroll 0%;
}
	
.jimgMenu ul li.molluscs a {
	background: url(images2/molluscs.jpg) repeat scroll 0%;
}

.jimgMenu ul li.ornamentals a {
	background: url(images2/marineornamentals.JPG) repeat scroll 0%;
}

.jimgMenu ul li.ornamentalfish a {
	background: url(images2/ornamentalfish.JPG) repeat scroll 0%;
	min-width:275px;
	width:275px;
}

.clear {
	clear: both;
}