/*
	IMAGION AG Website: 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	29.11.2006 Daan Meskers
	$last_change: 29.11.2006 Daan Meskers
*/

UL#Menu {
	position: relative;
	height: 24px; top: 0;
	margin: 0;	padding: 0 0 0 55px;
	background: #C0D4CC ;
	font: bold 8pt Arial, sans-serif;;
	z-index: 100;
}
UL#Menu LI {
	position: relative;
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px 0 15px; padding: 0;
	z-index: 10;
	list-style: none;
}
UL#Menu LI.left, UL#Menu LI.right  {
	position: absolute;
	display: block;
	float: none;
	width: 28px; 	height: 100%;
	min-width: 28px;
	left: 0; 		top: 0;
	margin: 0; padding: 0;
	background:  url(../../img/Menu/left.png) no-repeat;
	z-index: 1 !important;
}
UL#Menu LI.right {
	right: 0; 		left: auto;
	background-image: none;
	/* background:  url(../../img/Menu/right_farbe.png) no-repeat  top right; */
}
UL#Menu A {
	position: relative;
	display: block;
	width: 100%; height: 17px;
	padding: 5px 10px 0 10px;
	color: #808381;
	text-align: left; /* left oder center; dm prefers center, better alignment*/
	text-decoration: none;
	text-transform: uppercase;
	z-index: 125;
}
UL#Menu LI A:hover, UL#Menu LI A.myhover {
	color: #414240;
}
UL#Menu LI A.myhover {
	background: url(../../img/Menu/bg_over.png);
}
UL#Menu LI UL {
	display: none;
	position: absolute;
	top: 21px;	left: 0;
	background-color: #DBE3DE;
	border: 1px solid #AAA; /* #5D5F5B;
	/* border-bottom: 0; */
	padding: 3px 0 0 0; margin: 0;
	min-width: 100px;
	z-index: 120;
	opacity: 0.9;
}
UL#Menu LI UL LI {
	position: relative;
	display: list-item;
	float: none;
	min-width: 126px; width: auto;
	margin: 0; padding: 0;
	top: 1px;
}
UL#Menu LI UL LI A {
	display: block;
	width: auto; height: auto;
	padding: 5px 3px 4px 10px;
	color: #5D5F5B;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	/* border-bottom: 1px solid #5D5F5B; */
	font: normal 8pt Arial, sans-serif;
	text-transform: none;
}
UL#Menu LI UL LI A:hover {
	color: #414240;
	font-weight: bold;
	background-color: #FFF;
}

DIV#shadow {
	position: absolute;
	top: 24px; 	left: 5px;
	width: 126px; 	height: 10px;
	/* background: #444; */
	background: url(../../img/Menu/bg_trans.png) no-repeat right bottom;
	opacity: 0.5;
}