div#Navigation-HG {
    padding: 0; margin:0;
	height:29px;
	background:#002900 url(../bilder/grafiken/hg-navi.jpg) no-repeat;
  }

ul#Navigation {
	position:relative;
	z-index:100;
	font:12px "Times New Roman", Times, serif;
	letter-spacing:1px;
    margin: 0 0 0 260px; padding: 0;
    text-align: center;
	text-transform:uppercase;
  }
  
ul#Navigation li.noborder{
	border: 0;
  }
  
ul#Navigation li{
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin:5px 0; padding:0;
	border-left: 1px solid #999;
	height:19px;
  }
  
* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -5px;
  }
  
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -1px;
  }
  
 ul#Navigation a, ul#Navigation span {
    display: block;
    /*width: ;   Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px 10px 7px 10px;
    text-decoration: none;
    color:#999; 
	background-color: inherit;
  }

* html ul#Navigation a, * html ul#Navigation span {
    /*width: 8.6em;    Breite nach altem MS-Boxmodell für IE 5.x */
    /*w\idth:;   korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	color: #fff; background-color: inherit;
  }
  
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    font-weight:normal;
  }
  
/* Subnavi */
ul#Navigation li ul {
	z-index:110;
	text-align:left;
    margin: 0; padding: 0;
    position: absolute;
    top: 23px; left: 0;
    display: none;  /* Unternavigation ausblenden */
	background-color:#666;
	border: solid #002900;
	border-width:0 2px 2px 2px;
  }
  
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding: 0 0 4px 0;
	background-color:inherit; 
  }
  
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
ul#Navigation li ul li {
    float: none;
    display: block;
    margin: 0 0 2px 0;
	width: 100%; height:100%;
	border:0;
  }
  
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    color:#fff; background-color:inherit;
  }
 
ul#Navigation ul li a, ul#Navigation ul li span {
    display: block;
    width: 100%;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px 10px; margin:0;
    text-decoration: none;
    color:#ccc; 
	background-color: inherit;
  }
  
* html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth:;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  
ul#Navigation ul li a:hover, ul#Navigation ul li span, li a#aktuell {
	color:#fff; 
	background-color: inherit;
  }
  
ul li ul li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: fff; background-color:inherit;
  }

/******************************
    Navigation unten
 ******************************/
#sub_navi {
	position:absolute;
	top:540px;
	right: 629px;
	text-align:right;
	z-index:12;
	}
	
#sub_navi a {
	color:#666666;
	background:inherit;
	}
	
#sub_navi span{
	color:#003300;
	background:inherit;
	}

/******************************
     PNG Hack
 ******************************/

img, div, a, input, .slide, .date { behavior: url(http://www.wakekillaz.de/wp-content/themes/wakekillaz/images/grafiken/iepngfix.htc) };

