﻿.pageSubMenuBar {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.pageSubMenuBar li {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #2B4673;
}
.pageSubMenuBar li:first-child {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #2B4673;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #2B4673;
}
.pageSubMenuBar li a {
	text-decoration: none;
	color: #1E3152;
}
.pageSubMenuBar li a:hover {
	color: #FF0000;
}

.pageTopReturn {
	color: #435677;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 10px;
	clear: both;
	float: right;
	margin-right: 30px;
}
.pageTopReturn a {
	text-decoration: none;
	color: #1E3152;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	font-family: Century;
	font-weight: 500;
}
.pageTopReturn a:hover {
	color: #FF0000;
}

.menuItemStyle {
}

.menuBar img {
	visibility: collapse;
}


