#nav a {color: #004A7F; text-decoration: none;}
#nav a:visited {color:#004A7F;}
#nav a:hover {color: #7DA2BD; font-weight: normal;}
#nav a:active { color:#7DA2BD; font-weight: normal;}

#nav {
color: #004A7F;
}

.hauptnavigation
 ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
}
.hauptnavigation
 li { /* all list items */
	float: left;
	position: relative;
	width: 178px;
	top: 9px;
	left: 0px;
	height: 30px;
	border-right: 1px solid #E0E1E1;
	margin-left: 0px;
}

.hauptnavigation
 li ul { /* second-level lists */
	display: none;
	background-color: #d8d8d8;	
	position: absolute;
	top: 2em;
	left: 0px;
	font-weight: normal;
	border-top: 10px solid #7DA2BD;
	z-index: 999;

	
	

}
.hauptnavigation
 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 22px;
	left: 0px;

}
.hauptnavigation
 li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.hauptnavigation
.SubMenuHeadline {
	color: #004A7F;
	font-weight: bold;

}
.hauptnavigation
.SubMenuText {
	color: #7DA2BD;
	font-weight: bold;

}
