@charset "iso-8859-1";
.navigationBar  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #263a7f;
	background-color: #858da8;
	background-image: url(/images/NavigationBar/BgNavigationBar.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

.navigationBar a {
	font-size: 10px;
	font-weight: bold;
	}

.navigationBar a:link {
	text-decoration: none;
	color: #840101;
	}
	
.navigationBar a:hover {
	text-decoration: underline;
	color: #b10000;
	}
	
.navigationBar a:visited {
	text-decoration: none;
	color: #9f6020;
	}
	
.navigationBar .textInfo {
	text-decoration: none;
	color: #263a7f;
	font-size: 10px;
	font-weight: bold;
	}
	
div.UseMap {
  position: relative;
  height: 100%;
}
div.UseMap a {
  position: absolute;
  display: block;
  border: 0px solid blue;
  text-decoration: none;
}
