ul#navdown {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	position: relativ;
	top: 0px;
	left: 100px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
	display: inline;
	z-index: 99;
	width: 510px;
}
ul.dropdown {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	z-index: 99; 
	width:510px;
}
/* Breite Untermenü*/
ul.dropdown * ul {

	width:120px;
	list-style: none;
	list-style-type: none;
	margin:0px;		/*Bei Bild einfügen */
	margin-left:-0px;      /*Bei Bild einfügen */
	margin-top:0px; /* orig 32 *//*Bei Bild einfügen  32 orig */
	padding:0px;
	display:none;
	position:absolute;
	white-space: nowrap;
	border-top:#E9E0BB solid 1px;
	border-bottom:#E9E0BB solid 1px;
	border-left:#E9E0BB solid 1px;
	border-right:#E9E0BB solid 1px;
	white-space: nowrap;
	top: 23px; /* orig 68   abstand submenu von oberkante menu für msie und netscape*/
}
/* IE und Mozilla spaltenbreite und laufweite   */                                     
ul.dropdown li {
	width:85;
	height:19;
	list-style: none;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
	background-color:#E9E0BB;  /* hintergrundfarbe ein muss für MSIE */
	border-bottom:#9C9C9C solid 1px;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}
/* Schriftart für beide browser! bill_*/
ul.dropdown a {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 12px;

	cursor: hand;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color:#000000;  		/* Farbe Text*/
	padding:8px;   		/* padding Text Links und Rechts 5 orig */
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
	font-weight: bold; /* bill_ orig */
}
/* Schriftart für beide browser! Mouseover*/
ul.dropdown a:hover {
	cursor: hand;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;			/* Farbe Text Mouseover*/
	padding:8px;    		/* padding Text Links und Rechts 5orig */
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-weight: bold; /* bill_ orig */
	background: #000000;
}
/*IEXPLORER DropDownNavi*/
ul.dropdown li ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	width:120px;
}
/* Mozilla Dropdown */
ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
	margin: 0px;
	margin-top: 0px; /* orig 32 */
	margin-left: -0px;
	padding: 0px;
	display:block;
	list-style-type: none;
	list-style: none;
}
