#nav-top {
	position: relative;
	width: 923px;
	height: 90px;
	top: 52px;
}
#nav-top ul {
	display: inline; /* Korrektur fuer IE 5 und 6, da doppelter Aussenabstand bei Boxen mit float  */
	float: left;
}
#nav-top ul li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#nav-top ul li:hover ul {
	/* Unternavigation in modernen Browsern einblenden.
		Beim IE wird Unternavigation ueber Javascript eingeblendet (s. nav_hover_IE.js). */
	display: block;
}
#nav-top a {
	color: #b4b4b4;
	text-decoration: none;
	display: block;
	padding: 4px 0 10px 0;
	margin: 0;
	line-height: 13px;
}
#nav-top ul a:hover {
	background-image: url(../graphics/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #9c1226;
}
#nav-top ul ul a:hover {
 color: #9c1226;
	background: none;
}
#nav-top ul a.marker {
	background-image: url(../graphics/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#nav-top ul ul {
 z-index: 10;
	margin: 0 0 0 -8px; 
	padding: 3px 0 4px 0;
	position: absolute;
	top: 24px; 
	left: 0;
	border-top: 4px solid #9c1226;
	background-image: url(../graphics/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: none;  /* Unternavigation ausblenden */
}
#nav-top ul ul li {
	float: none;
	display: inline; /* Korrektur fuer IE 5 und 6, da doppelter Aussenabstand bei Boxen mit float  */
	margin: 0;
	padding: 0;
}
#nav-top ul ul a {
 padding: 3px 8px;
	margin: 0;
	width: 104px;
	line-height: 13px;
	color: #b4b4b4;
}