.jimgMenu {
	position:relative;
/*	
	margin: 5px 0px 0px 20px; 
*/
	width: 535px; /* 7 x 75px */
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

	padding: 0px;
	height:40px;
	overflow: hidden;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
	position: relative;
	}	
.jimgMenu ul li {
	width: 75px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 38px;
}


