#subnavi
{
padding: 0px; 
margin: -34px 55px 0 0;
position:relative;
float:right;
z-index:1000;
}

/* IE6 */
* html #subnavi{ 
margin: -28px 48px 0 0;
}

/* IE7 */
*+ html #subnavi
{
margin: -28px 54px 0 0;
}

.pum, .pum a {
font-size: 11px !important; 
text-align: left; 
color: #fff !important; 
font-weight: normal !important;
}

ul.pum {
	position: absolute;
    list-style-type: none;
    bottom: 5px !important;
	left:-40px;
	z-index:1000;
}

*+ html ul.pum {
    bottom: 0 !important;
}

ul.pum ul {
    list-style-type: none;
    bottom: 0;
	position: relative;
}
ul.pum{
    list-style-type: none;
    bottom: 0;
	position: relative;
}



ul.pum a {
    display: block;
    padding: 0px 10px 0 10px;
    font-weight: normal;
}



ul.pum li {
    padding: 0;
    margin: 0;
    float: left;
    /*height: 16px;*/
}


/* F?r Unterpunkte keine Float-Eigenschaft */

ul.pum ul li {
    float:none;
    background-color: transparent;
	
}




/* Links auf Unterpunkten sollen die Hintergrundfarbe ?ndern */

ul.pum ul li.hover, ul.pum ul li:hover {
    background-color: #8A8582;
	color: #fff;
}



/* Zweite Ebene */

        ul.pum ul {
              margin:0;
              padding: 0;
              position: absolute;
              background-color: #3F3D3B;
              border: 1px solid #8A8582;
              display: none;
              width: 180px;
     }
	 
	 ul.pum ul li a {
		color: #fff;	
     }


   /* Zweite Ebene anzeigen */

       ul.pum li.hover ul, ul.pum li:hover ul  {
               display: block;
			   margin-left:-60px;
   }



/* Dritte Ebene */

   ul.pum li.hover ul ul, ul.pum li:hover ul ul {
              display: none;
              margin-left: -180px;
             
              bottom: 0 !important;
              position: absolute;
			  left:0;
        }



/* Dritte Ebene anzeigen */

       ul.pum li.hover ul li.hover ul, ul.pum li:hover ul li:hover ul {
                display: block;
   }





/* Vierte Ebene */

     ul.pum li.hover ul li.hover ul ul, ul.pum li:hover ul li:hover ul ul {
                  display: none;
    }



/* Vierte Ebene anzeigen */

       ul.pum li.hover ul li.hover ul li.hover ul , ul.pum li:hover ul li:hover ul li:hover ul {
               display: block;
   }