UL, LI {
        padding: 0px;
        margin: 0px;
        }

#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
	z-index: 150;
}

#nav a {
        display: block;
        font-size:13px;
	color: #8e8e8f;
}

* html #nav li {
	float: left;
	width: 20px;
	white-space: nowrap;
	}
#nav li { /* all list items */
        float: left;
        width: auto ; /* width needed or else Opera goes nuts */

}

	
#nav li ul { /* second-level lists */
        position: absolute;
        width: 180px;
	text-align: left;
        height: 26px;
	margin-left: 0px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


	
#nav li ul li ul{ /* third-level lists */
        position: absolute;
        width: 180px;
        height: 26px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li ul ul { /* third-and-above-level lists */
        margin: -21px 0 0 180px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}

* html #nav li:hover ul, * html #nav li li:hover ul,  * html #nav li.sfhover ul, * html #nav li li.sfhover ul,  { /* lists nested under hovered list items */
        margin-left: 0px;
}
* html #nav li li.sfhover ul, * html #nav li li li:hover ul, {
        margin-left: 180px;
        }
/*Erste Ebene*/
* html #nav li A {
	margin-right: 0px;
	}
	
#nav li A {
         width:auto;
	padding-right: 10px;
	padding-left: 10px;
         height:37px;
         line-height:37px;
	margin-right: 0px;
	text-decoration:none;
	color:#8e8e8f;
        }
* html #nav li A {
         width:auto;
	padding-right: 10px;
	padding-left: 10px;
         height:37px;
         line-height:37px;
	margin-right: 0px;
	text-decoration:none;
	margin-top: 1px;
	color:#484848;
        }
		
#nav li A:hover, #nav li.sfhover ul {
        text-decoration:none;
        color:#484848;
        }

/* Zweite Ebene*/
#nav li ul  A {
         font-size:11px;
         line-height:24px;
         width: 180px;
         height: 24px;
	text-align: left;
	margin: 0;		
	border-right: 1px solid #f3f3f5;
	border-left: 1px solid #f3f3f5;
	background-color: #ffffff;
	 color:#484848;
}


#nav li ul a:hover, #nav li.sfhover ul {
         text-decoration:none;
         color: #484848;
	text-align: left;
	background: #D8DAE4;
        }

/* Dritte Ebene*/
#nav li ul li ul A {
         line-height:22px;
         width: 180px;
         height: 26px;
}

#nav li ul li ul a:hover, #nav ul li li.sfhover ul {
        text-decoration:none;
        color: #484848;
        }
		
