.menuBar {
	height: 50px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: 75px top;
	background-image: url(/resources/jpg/menu_bar.jpg);
	text-align: center;
	font-weight:bold;
}
.menuBar table {
	margin: auto;
	border: 0px;
	padding: 0px;
}
.menuBar td {
	padding: 0px 30px;
}
