  ul#BL_Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#BL_Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.1em; padding: 0; 
  }
  
   * html ul#BL_Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  
  *:first-child+html ul#BL_Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }
  
  
  
    ul#BL_Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.5em; left: -0.2em;
    display: none;  /* UnterBL_Navigation ausblenden */
  }
  
  
  * html ul#BL_Navigation li ul {  /* correction IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  
  
  *:first-child+html ul#BL_Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  
  ul#BL_Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
  
  ul#BL_Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.1em;
  }

  ul#BL_Navigation a, ul#BL_Navigation span {
    display: block;
    width: 3.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.1em 0.5em;
    text-decoration: none;   
  /*  font-weight: bold;  */
    border: 2px solid #737171;    
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #f3f1f1;   /* CCC */
  }
  
  
  
  * html ul#BL_Navigation a, * html ul#BL_Navigation span {
    width: 1.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: .9em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  
  

/*     border-color: white;    */
  ul#BL_Navigation a:hover, ul#BL_Navigation span, li a#aktuell {
    border-color: #404040;
    border-left-color: #9a9494; border-top-color: #dfd1df;    /*  9a9494  */
    color: white; background-color: gray;
  }
  
  
  
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: black; background-color: #f3f1f1;   /* silver ---  color: maroon;  */
  }
  
  /* background-color: maroon;  */
  ul#BL_Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
  }
