  /* adjust width of .jimgMenu to limit maximum width (screen width) slides will be cut when expanding
      .jimgMenu ul li a width for visible sliver of each menu li when at rest
	  
   */
 
.jimgMenu {
	position: relative;
	width: 1100px;
	height: 200px;
	overflow: hidden;
	margin-left: -25px;
	padding-left: 0px;
	margin-top: 3px;
}

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

.jimgMenu ul li {
	float: left;

}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 3px solid #fff; /* space between each li */
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 185px;  /* initial menu li width before hover */
	height: 200px;
}

.jimgMenu ul li.menu-1 a {
	background: url(../images/menu-1.jpg) repeat scroll 0%;
}

.jimgMenu ul li.menu-2 a {
	background: url(../images/menu-2.jpg) repeat scroll 0%;
}

.jimgMenu ul li.menu-3 a {
	background: url(../images/menu-3.jpg) repeat scroll 0%;
}
.jimgMenu ul li.menu-4 a {
	background: url(../images/menu-4.jpg) repeat scroll 0%;
}

.jimgMenu ul li.menu-5 a {
	background: url(../images/menu-5.jpg) repeat scroll 0%;
	min-width:310px;
	
}

.clear {
	clear: both;
}
