
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 10em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0em;
	
  }


  ul#Navigation a {
    display:block;
    padding: 0em;
	width: 11.3em;
    text-decoration: none; 
	font-weight: bold;
	font-family:arial;
	font-size:9pt;
	letter-spacing: 0.4em;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: ffffff; background-color: #C61421;
  }
  
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 11.7em;
  }
  
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: 000000; background-color: ffffff; 
  }