body { background-color: #2e2e2e; }

.jimgMenu {
	position:relative;
	margin: 30px auto 15px;
	padding: 0px;
	width:950px;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0 0 0 48px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 180px;
	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#stmartin a {
	background: url(st-martin.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#stantonius a {
	background: url(st-antonius.jpg) repeat scroll 0%;

}

.jimgMenu ul li#stthomas a {
	background: url(st-thomas.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#stcaecilia a {
	background: url(st-caecilia.jpg) repeat scroll 0%;

}

.jimgMenu ul li#stjosef a {
	background: url(st-josef.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
