.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:765px;
	height:200px;
	overflow: hidden;
	z-index: 1;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 85px;
	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#minor a {
	background: url(images/minorslide.jpg) repeat scroll 0%;
	overflow: visible;
  
}

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

}

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

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

}

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

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

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

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

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

.clear {
	clear: both;
}

