@charset "UTF-8";

/*
Hier sind die CSS-Formatierungen des Top-Menues eingebettet
*/

/* Obere Menüleiste (Breadcrumb ) Menüelemente (A-element)*/
.omdao-skin-sam .omdaomenubaritemlabel {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#000;
	text-decoration:none;
	cursor:default;
	border-style:solid;
	border-color:#808080;
	border-width:0px 0;
}

.omdao-skin-sam .MY_omdaomenuitemlabel{
	padding:0 30px; 
	color:#211472;
	text-decoration:none;
	cursor:default;
	width: 130px;
}


/* oberes menü container padding, rahmen und hintergrund */
.omdao-skin-sam  .omdaomenu .bd {
	padding-left: 33px;
	border:solid 0px #808080;
	background:#FFC834; /* Hintergrund Menu Oben*/
}

/* Oberes menü elemente */
.omdao-skin-sam .omdaomenuitemlabel{
	padding:0 30px; 
	color:#211472;
	text-decoration:none;
	cursor:default;
	width: 130px;
}

/* 
Die oberste Menüleiste
*/
.omdaomenubar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/* background:transparent url(sprite.png) repeat-x scroll 0 0; */
border:0 solid #808080;
font-size:13px;
line-height:1.72;
}

/*
Gilt für das Element DIV wo der Inhalt(Body) der obersten Menüleiste liegt.
*/
.omdaomenu .bd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2C745 none repeat scroll 0 0;
border:0 solid #808080;
padding-left:33px;
}

/* Obere Menüleiste (Breadcrumb ) Menüelemente (LI-element), Vordergrundbeleuchtung, mouse-active, mouse active */
.omdao-skin-sam .omdaomenubaritem a:active{
	background-color:#BED6FA;
}

.omdao-skin-sam .MY_omdaomenubaritem a:hover{
	background-color:#FFFFFF;
	width: 130px;
	height:28px;
}

