ul#navup {
	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: 370px;
}
ul.dropup {
	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: 370px;
}
/* Breite Untermenü*/
ul.dropup * ul {
	width:149px;
	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:#333333 solid 1px;
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	white-space: nowrap;
	z-index: 99; 
	top: -9px;
}
/* IE und Mozilla spaltenbreite und laufweite   */                                     
ul.dropup li {
	width:120;
	height:20;
	list-style: none;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
	background-color:#333333;        /* FARBE HINTERGRUND*/
	border-left:none;
	border-right:none;
	white-space:nowrap;
	z-index: 99; 
}
/* Schriftart für beide browser! Normal*/
ul.dropup 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:#FFFFFF;  		/* Farbe Text*/
	padding:10px;   		/* 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.dropup a:hover {
	cursor: hand;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#000000;			/* Farbe Text Mouseover*/
	padding:10px;    		/* Abstand Text Links/Rechts */
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-weight: normal;
	background: #E9C31A;
	z-index: 99; 
}
/*IEXPLORER DropupNavi*/
ul.dropup li ul li {
	margin: px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	width:149px;
	z-index: 99; 
}
/* Mozilla Dropup */
ul.dropup li:hover ul, ul.dropup ul li:hover ul, ul.dropup 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; 
}
