/* 
	pure layout properties are not indent. you can edit them for your needs.
	pure technical properties are indent 3 tabs. Generally there is no need to edit them. // important for functionality
	some properties are indent 1 tab, they are important for functionality but have to be adapted to your layout

	Reine Designangaben für das Menue sind nicht eingerückt!
	Rein technische Angaben sind  dreimal eingerückt. Diese müssen in der Regel nicht geändert werden.
	Eine "Zwischenstellung" nimmt beispielsweise die Menuebreite Breite ein. Sie ist sowohl für Design als auch Funktionstüchtigkeit wichtig. Derartige Angaben sind zweimal eingerückt.

	original code @ http://www.alistapart.com/articles/horizdropdowns/
	original code @ http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/
#sfnav li {
			float: left;
		width: 10em;
width:auto;
}
#sfnav li ul {
			position: absolute;
			left: -999em;
		width: 13.9em;
width:auto;
}
#sfnav li li {
		width: 13.9em;
min-width:100%;
}



/* ebene 3*/

#sfnav li ul ul {
		margin: -1.75em 0 0 14em;
}
#sfnav li:hover ul ul, #sfnav li:hover ul ul ul
{
			left: -999em;
}
#sfnav li:hover ul 
 {
			left: auto;
}
#sfnav li li:hover ul
 {
			left: -2px;
}
