ul#Navigation {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	font-size: 12px;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a,  ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: normal;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #FFFFFF; background-color: #339967;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#Navigation a:hover {
	border-color: #000000;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	color: #339967;
	background-color: #f3c500;
	font-weight: normal;
  }
  
  ul#Navigation span{
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: #000000;
	background-color: #f3c500;
	font-weight: bold;
  }

  ul#Navigation a:active {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: #339967;
	background-color: #f3c500;
	font-weight: normal;
  }
