/*Hauptmenü neu*/
#menu { background-color: #990033; float: left; width: 607px; height: 27px; position: absoute; z-index: 1; }

#menu ul { list-style: none; margin: 0; padding: 0;  float: left; background-color:#FFE3A5;/*#ff0000*/ /*width: 86px;*/}

#menu a { 
font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
font-size:11px;
font-weight: normal;
display: block; 
margin: 0 12px 0 12px; 
border: 0;
padding: 0;
text-align:center;

color: #ffffff; 
text-decoration: none;
} 

#menu a:hover { color: #FFE3A5; background-color: #990033; }

#menu h2 { color: #ffffff; background-color: #990033; line-height: 27px; height: 27px; /*width: 86px;*/ white-space:nowrap; /*margin: 0 10px 0 10px;*/ }


#menu li { position: relative; }

#menu ul li {  } 

#menu ul li h2 a { font-weight: bold; }

#menu ul ul { position: absolute; top: 31px; /*z-index: 500;*/ clear:both; margin-top: -4px; width: 230px;/*background-color:#FF9900; border-style:solid; border-width:1px; border-color:#33FF00;*/ }

#menu ul ul ul { position: relative; top: 0; margin-top: -21px; left: 100%; } 

/*Links des Untermenüs*/
#menu ul ul a { font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif; font-size:11px; color: #000000; background-color: #FFE3A5; text-align: left; line-height: 11px; padding: 4px 4px 4px 20px; margin: 0 0 0 0; background:transparent url(../images/arrow.gif) no-repeat scroll left center; width:206px; }
#menu ul ul a:hover { color: #ffffff; background-color: #990033; }

/*Zwischenzeile im Untermenü*/
#menu ul ul div a { font-size: 9px; color: #990033; font-weight: bold; background-color: #FFE3A5; background-image: none; cursor: default; border-bottom: solid 1px #990033; line-height: 13px; }
#menu ul ul div a:hover { color: #990033; background-color: #FFE3A5; }

/*Ein-/Aus-Blenden des Untermenüs*/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;} 

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
