
.jimgMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}

.jimgMenu ul {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.bcomm a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}

.jimgMenu ul li.orionqms a {
	background: url(images/people.jpg) repeat scroll 0%;
}

.jimgMenu ul li.ids a {
	background: url(images/nature.jpg) repeat scroll 0%;
}
.jimgMenu ul li.tms a {
	background: url(images/abstract.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}
