.clear {
	clear: both;
}
.navigation {
	clear: both;
	margin-top: 3px;
	margin-bottom: 20px;
}
.navi ul {
	margin: 0;
	padding: 0;
}
.navi li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.navi {
  height:26px; 
}
a.tabHeader {
  color: black;
  font-weight:bold;
  margin: 0px 0px 5px 10px;
  font-size:17px;
  text-decoration:none;
  display:block;
  float:left;
  text-transform:uppercase;
}
a.tabHeader:hover {
	color: rgb(163,191,212);
}
a.active {
	color: rgb(163,191,212);
}

.subnavi {
	background: rgb(163,191,212);
	height: 24px;
	clear: both;
}
div.navLevel_2 {
	margin: 0 0 0 4px;
	width: 858px;
	color: rgb(255,255,255);
}
div.navLevel_3 {
	height: 4px;
	clear: both;
	color: rgb(201,201,201);
}
div.navLevel_2, div.navLevel_3 {
	font-size: 11px;
}
div.navLevel_2 a {
	color: rgb(0,0,0);
	text-decoration: none;
	padding: 0px 4px 0 4px;
	margin-top: 4px;
	font-weight: normal;
}
div.navLevel_3 a {
	font-size: 10px;
	color: rgb(0,0,0);
	text-decoration: none;
	padding: 4px 4px 0 4px;
	font-weight: normal;
}
div.navLevel_2 a:hover {
	color: rgb(255,255,255);
}
div.navLevel_3 a:hover {
	color: rgb(85,126,158);
}
div.navLevel_2 div {
	margin: 5px 0 0 4px;
}
div.navLevel_3 div {
	margin: 8px 0 0 4px;
	position: absolute;
	margin: 0 0 0 100px;
}
div.navLevel_2 a.white {
	color: rgb(255,255,255);
	font-weight: bold;
}
div.navLevel_3 a.white {
	color: rgb(85,126,158);
	font-weight: bold;
	text-decoration: underline;
}

