/*---------------------------- NAVIGATION BAR ------------------------------------------*/
#navBarDiv {
	right:0px;
	text-align:right;
	height:13px;
	display: block;
	float: right;
}
.navBar {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.navBar li {
  display: inline;
  float: left;
}
.navBar a {
	display: block;
	padding: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #002570;
	font-weight: normal;
}
.navBar .txt{
	display: block;
	padding: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #002570;
	font-weight: normal;
}
.navBar a:hover {
	color: white;
	text-decoration: none;
	background-color: #002570;
	border-bottom: 1px solid #447a06;
}
.navBar .current a,
.navBar .current a:hover {
	background: transparent;
	color: #002570;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px solid #447a06;
}

