ul#navdownF {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	position: relativ;
	top: 0px;
	left: 100px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
	display: inline;
	z-index: 99;
	width: 970px;
}
ul.dropdownF {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	list-style: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	z-index: 99; 
	width: 970px;
}
/* Breite Untermenü*/
ul.dropdownF * ul {

	width:166px;
	list-style: none;
	list-style-type: none;
	margin:0px;		/*Bei Bild einfügen */
	margin-left:-0px;      /*Bei Bild einfügen */
	margin-top:32px;	/*Bei Bild einfügen */
	padding:0px;
	display:none;
	position:absolute;
	white-space: nowrap;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	white-space: nowrap;
	z-index: 99; 
	top: 100px;
}
/* IE und Mozilla spaltenbreite und laufweite   */                                     
ul.dropdownF li {
	width:120;
	height:20;
	list-style: none;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
	background-color:#E9C31A;        /* FARBE HINTERGRUND*/
	border-left:none;
	border-right:none;
	white-space:nowrap;
	z-index: 99; 
}
/* Schriftart für beide browser! Normal*/
ul.dropdownF a {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;

	cursor: hand;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color:#333333;  		/* Farbe Text*/
	padding:8px;   		/* Abstand Text Links/Rechts */
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
	font-weight: normal;
	z-index: 99; 
}
/* Schriftart für beide browser! Mouseover*/
ul.dropdownF a:hover {
	cursor: hand;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;			/* Farbe Text Mouseover*/
	padding:8px;    		/* Abstand Text Links/Rechts */
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-weight: normal;
	background: #333333;
	z-index: 99; 
}
/*IEXPLORER DropdownFNavi*/
ul.dropdownF li ul li {
	margin: px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	width:166px;
	z-index: 99; 
}
/* Mozilla DropdownF */
ul.dropdownF li:hover ul, ul.dropdownF ul li:hover ul, ul.dropdownF ul ul li:hover ul {
	margin: 0px;
	margin-top: 32px;
	margin-left: -0px;
	padding: 0px;
	display:block;
	list-style-type: none;
	list-style: none;
	z-index: 99; 
}

