ul   { list-style-type: none; width: 10em; border-style: solid solid none; border-width: 1px 1px medium; border-color: #006556 }
li     { font-size: 1em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #006556; width: 10em; border-bottom: 1px solid #006556 }
li a    { color: #fff; font-size: 1em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; display: block; padding: 0.5em; width: 10em; height: 1em; _width: 11em   }
li:hover    { color: #6c9; font-size: 1em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #093 }
li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
li:hover ul, li.sfhover ul {
	left: auto;
	margin-left: 10em;
	_margin-left: 12em;
	margin-top: -2em;
}

ul li {
	vertical-align: bottom; /* Bugfix f?r IE6-Listenelement-L?cke */
}

li:hover ul li:first-child  { margin-top: -2px; border-top: 1px solid #006556 }
#navi1  { visibility: visible; position: absolute; z-index: 10; top: 230px; left: 12px; width: 200px; height: 200px }
#navi2 { visibility: visible; position: absolute; z-index: 7; bottom: 20px; left: 12px; width: 200px; height: 100px }
