#menuh {
			font-size: 11px;
			font-family: arial, helvetica, sans-serif;
			width:795px;
			float:left;
		}

		/* Block kommt weg, weiter unten neu #menuh li
		
		#menuh ul {
			list-style:none;
			margin:0;
			padding:0;
			float:left;
			width:198px;
		}

		#menuh li {
			position:relative;
			min-height: 1px; > Für was ist das gut?
		}
		
		*/

		#menuh li {
			position:relative;
			width:198px;
			float:left;
			list-style:none;
		}

		#menuh li:hover {
			cursor:pointer;
			z-index:100;
		}
		
		#menuh a {
			display:block;
			white-space:nowrap;
		}

#menuh a#item1 {
	background: url(../_images/menu_h_fachplaner.gif) no-repeat;
	width:197px;
	height:32px;
}
#menuh a#item2{
	background: url(../_images/menu_h_anlagenbetreiber.gif) no-repeat;
	width:197px;
	height:32px;
}
#menuh a#item3{
	background: url(../_images/menu_h_einrichtungen.gif) no-repeat;
	width:197px;
	height:32px;
}
#menuh a#item4{
	background: url(../_images/menu_h_isolierer.gif) no-repeat;
	width:196px;
	height:32px;
}

		/* - - - - - - - -DROPDOWN LISTE - - - - - - - - - */
		
		#menuh ul.sub {
			position:absolute;
			z-index:500;
			top:auto;	/* Was bezweckt das? */
			/* display:none; gehört in diesem Fall ins JS (siehe bei #menuh li:hover ul) */
			padding: 1em;
			display:none;
			margin:-1em 0 0 -1em;
		}

	
		
		#menuh ul.sub a {
			padding:6px 0 0px 35px;
			margin-bottom:-6px;
			text-decoration:none;
			color:#FFF;
			height:27px;
		}

		/* #menuh ul.sub a:link, #menuh ul.sub a:visited { */
		#menuh .sub a:link ,  #menuh .sub a:visited{
			background:url(../_images/bg_sub1.gif) no-repeat;	/* Warum dies per Grafik realisieren? */
			color:#006388;	
		}

		#menuh .sub a:hover, #menuh .sub a:active {	/* focus und active nicht vergessen */
			color:#FFF;
			background:url(../_images/bg_sub2.gif) no-repeat;	/* Warum dies per Grafik realisieren? */
		}

		#menuh li:hover ul ul, #menuh li li:hover ul ul {	/* Wo kommt das vor? */
			display:none;
		}

		#menuh li:hover ul, #menuh li li:hover ul {	/* Erster Selektor funktioniert so nicht in allen Browsern - wo kommt der zweite Fall vor? Die Angabe ist in diesem Zusammenhang eigentlich überflüssig, da die Aufgabe durch das JS erledigt wird. Andernfalls, wenn das Öfnnen und Schliessen auch ohne JS funktionieren sollte, müsste die Sache IE-gerecht erarbeitet werden. */
			display:block;
		}
		
		/* **********SPEZIALBREITE************ */
#menuh ul#specialwidth li a{
/*VORSICHT PADDING 35PX = 196PX*/
	width:161px;
}
/* ********************************** */


