ul#Navigation li {
    list-style: none;
    float: left;
    width: 8.5em;
    position: relative;
    margin: 0.1em; padding: 0;
	}
  
  
  *+html ul#Navigation{  /* Korrektur fuer den IE 5 und 6 */
    margin-top: 1.4em;
  }

  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: -0.2em;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
  }

ul#Navigation a{
    display: block;
    padding: 0.2em 0.2em;
    text-decoration: none; font-weight: bold;
    color: #fff;
  }
  * html ul#Navigation a{  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  ul#Navigation a:hover{
    color: white; 
	background-image:url(../images/navi_hover.png);
	background-repeat:repeat
  }

  /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.6em;
  }
  ul#Navigation li:hover>ul{
    display: block;	background-image:url(../images/navibg.png);
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    padding-bottom:0.4em;
  }

 /* #################################################
		PIXMENUE
	#################################################*/
ul#pixnavi li {
    list-style: none;
    position: relative;
	width:13em;
    margin-left: -3em;
	background-image:url(../images/bg_transparency.png);
	border:1px dashed #fff;
	}
  
  
  *+html ul#pixnavi{  /* Korrektur fuer den IE 5 und 6 */
    margin-top: 1.4em;
  }

  * html ul#pixnavi li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#pixnavi li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }
  
ul#pixnavi li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 0; 
	left: -0.1em;
	border:none;
  }
  * html ul#pixnavi li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
ul#pixnavi li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
 }

ul#pixnavi a{
    display: block;
    padding: 0.2em 1em;
    text-decoration: none; 
	font-weight: bold;
    color: #fff;
  }
  
  * html ul#pixnavi a{  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  
  ul#pixnavi a:hover{
    color: white;
	background-image:url(../images/navi_hover.png);
	background-repeat:repeat;
  }

  /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#pixnavi li>ul {
    display: none; 
	top: 1.6em;
	margin-left:3em;
  }
  
  ul#pixnavi li:hover>ul{
    display: block;
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#pixnavi ul {
    padding-bottom:0.4em;
  }