.jimgMenu {
	position: relative;
	width: 1000px;
	height: 300px;
	overflow: hidden;
	margin: 0px 0px 0px;
	visibility: visible;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	width: 2000px;
	position: relative;
}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 300px;
}

.jimgMenu ul li.management a {
	background: url(images/management.jpg) repeat scroll 0%;
}

.jimgMenu ul li.definitions a {
	background: url(images/definitions.jpg) repeat scroll 0%;
}

.jimgMenu ul li.general a {
	background: url(images/general.jpg) repeat scroll 0%;
}

.jimgMenu ul li.provincewide a {
	background: url(images/provincewide.jpg) repeat scroll 0%;	
}

.jimgMenu ul li.fishstocking a {
	background: url(images/fishstocking.jpg) repeat scroll 0%;
}

.jimgMenu ul li.helpfulinfo a {
	background: url(images/helpfulinfo.jpg) repeat scroll 0%;
	min-width: 500px;
}

.clear {
	clear: both;
}
