/* Hauptnavi oben */

/* 1. Menuebene */ 
.navi_1_menu ul 
{
list-style-type:none;
}

.navi_1_menu ul li 
{
float: left; 
z-index: auto !important; /* Nicht-IE6 */ 
z-index: 100; /* IE6 */ 
}

.navi_1_menu ul li a 
{
float: none !important; /* Nicht-IE6 */ 
/* float:left;  IE6 */ 
display: block; 
padding: 7px 7px 8px 7px; 
text-decoration: none; 
font-weight: bold; 
color: #ffffff; 
}

.navi_1_menu ul li ul 
{
display: none; 
border: none;
}

/* 2. Menuebene */ 

      .navi_1_menu ul li:hover /* 1. Menuebene Hover */ 
      {
      position: relative;
      background: #e2e1e1;
      }
      
      .navi_1_menu ul li:hover a /* 1. Menuebene Hover */
      {
      background: #e2e1e1; 
      text-decoration: none;
      color: #213626;
      } 
      
      .navi_1_menu ul li:hover ul 
      {
      display: block; 
      width: 145px; 
      position: absolute; 
      z-index: 100; 
      /*left:0; */ 
      padding: 0px 7px 0px 0; 
      }
          
      .navi_1_menu ul li:hover ul li a 
      {
      white-space: normal; 
      display: block; 
      width: 147px; 
      height: auto; 
      padding: 4px 7px 4px 7px; 
      border-top: solid 1px #213626; 
      background: #e2e1e1; 
      font-weight: normal; 
      color: #213626;
      }
      
      .navi_1_menu ul li ul li a:hover
      {
      background: #d5f6b3; 
      }   
         
      .navi_1_menu ul li:hover ul li a:hover 
      {
      background: #d5f6b3; 
      text-decoration: none;
      }
