ul#meta-navigation {
	position:absolute;
	top:26px; left:5px;
	font-size:0.77em;
}

ul#meta-navigation li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
}

ul#meta-navigation a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #0074f1; background-color: #fff;
}

ul#meta-navigation a:hover {
	color: #fff; background-color: #f58735;
}

/* ---------------------------- */
/* ----- Haupt-navigation ----- */
/* ---------------------------- */

ul#navigation {
	position:absolute;
	bottom:0px; left:0px;
	line-height: 16px;

}

ul#navigation li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
}

* html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: -5px;
}

*:first-child+html ul#navigation li ul {  /* Korrektur fuer den IE 7 */
	margin-top: 0px;
	line-height: 18px;
}

*:first-child+html ul#navigation li ul li{  /* Korrektur fuer den IE 7 */
	margin-bottom: -2px;
}

ul#navigation li ul {
	position: absolute;
	top: 20px; left: 0px;
	display: none;  /* Unternavigation ausblenden */
}

*:first-child+html ul#navigation ul {  /* Workaround fuer den IE 7 */
	background-color:#f58735;
	padding-bottom:6px;
}

ul#navigation li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#navigation li:hover > a{
	background-color:#f58735;
}

ul#navigation li ul li {
	float: none;
	display: block;
    white-space: nowrap;
}

ul#navigation a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #000; background-color: #fff;
}

ul#navigation a:hover {
	color: #000; background-color: #f58735;
}

ul#navigation li ul li a {
	background-color:#fff;
	color:#000;
}

ul#navigation li ul li a:hover {
	background-color:#f58735;
	color:#000;
}