/*Menu UL*/
div#menu{
	margin-left:30px;
	margin-top:22px;
	font-size:11px;
	float:left;
	overflow:visible;
	position:relative;
	;
}

html>body #menu{
	margin-left:36px;
}

ul#Navigation {

    margin: 0; padding: 0;
    text-align:left;
	overflow:visible;
	
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
	font-size:1.2em;
	/*width:120px;*/
	width:auto;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
	/*width:120px;*/
	width:auto;
  }
  *: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: 2em; left: 0.5em;
    display: none;  /* Unternavigation ausblenden */
	font-size:0.7em;
	overflow:visible;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: 0.5em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	
  }
  ul#Navigation li ul li {
    float:none;
    display: block;
	margin:0;
    margin-bottom: 0.2em;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#f29400;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
	background-color:#ffffff;
	background-image:url(sub_menu_back.png);
	background-repeat:repeat;
	width:255px;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width:;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.5em;
    text-decoration: none;
	font-weight: bold;
    border:none;
    color:;
	width:;
  }
  
  ul#Navigation a:link{
  	color:black;
  }
  ul#Navigation a:visited{
  	color:black;
  }
  * 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 */
	width:;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color:;
    border-left-color:;
	border-top-color:;
    color:;
  }
  /*li a#aktuell {  /* aktuelle Rubrik kennzeichnen 
    color:;
	background-color:;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen 
    background-color:;
  }*/