/* Navigation ------------------------------------------------------ */

	ul#Navigation {
	margin-top: 0px;
    text-align: inherit;
	
  }
  ul#Navigation li {
    list-style:none;
    display: inline;

  }

  ul#Navigation a, ul#Navigation span {
	text-decoration: inherit;
	font-weight: 300;
	color:				#0022ae;
	font-family: 		Helvetica, "Times New Roman", Times, serif;
	text-shadow:	 	#ffffff 2px 2px 2px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	 }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 2px;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#Navigation a:hover, ul#Navigation span {
	color:#868789;

  }
  
  
 