#Menue {
	position:absolute;
	left:35px;
	top:1px;
	width:170px;
	height: auto; /* 300px; 600px; */
	background-color: #fff;
	padding: 3px 0 3px 0;
	font-size: 0.8em;
	color: #000; /* #2c4c84; */
	z-index: 10;
	/* border-bottom: 1px solid #000; */
}

/* ---------------------------------------------------------- */
/* Ab hier Formatierung der Menueleiste */

ul#Navigation {
	margin: 0; 
	padding: 0; /* 2px; */
	color: #000; /* #2C4C84; */
	background-color: transparent;
}

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

ul#Navigation li, ul#Navigation li.w { 
	/* width: 140px; */
  	list-style: none;
	/* padding: 0 0 0 3px; */
	padding: 0;
	margin: 1px 0 0 0;
	background-color: #f2f2f2; /* E3E5E6; */
/*	background-color: transparent; */
	color: #000; 
}

/* Der trennende MenŸpunkt bekommt einen weissen Hintergrund */
ul#Navigation li.w {
	background-color: #fff;
	margin-top: 60px;
}

ul#Navigation a, ul#Navigation h2, ul#Navigation h3  {
	display: block;
	height: auto; /* 16px; */
	padding: 4px 0 4px 5px;
	/*
	padding: 3px 0 1px 0;
	margin-left: 50px;
	background-color: #c2c2c2;
	*/
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

* html ul#Navigation a { 
/* Korrekturen fuer IE 5.x */
	height: 16px; 
	}

ul#Navigation a:hover, ul#Navigation h2 {
	/* text-decoration: underline; 
	background-image: url(http://www.breidenich.info/mark/gemeinsam/union-jack_klein.gif);
	background-image: url(http://192.168.1.73/~sfbarth/mark-britton-temp/web-content/gemeinsam/union-jack_klein.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	*/
	padding: 2px 0 2px 5px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
}


/* Formatierung fuer den aktiven Menuepunkt */

ul#Navigation h2, ul#Navigation h3 {
	font-size: 1em;
	font-weight: normal;
/* 
	margin: 0;
    padding: 0;
	color: #f00;
  */
  } 

/* ----------------------------------------------------------

#MenuHorizontal { 
	text-align: right;
	visibility: visible;
	position: absolute;
	top: 60px;
	left: 223px;
	width: 720px;
	height: 24px;
	background-color: #cde;
	}

#Klickpfad {
	visibility: visible;
	position: absolute;
	top: 90px;
	left: 222px;
	width: 720px;
	height: 24px;
	padding-left: 10px;
	}

 */
