/* Hauptmenue */
#menuMain {
	margin:0;padding:7px 10px 10px 10px;
	font-size:12px;font-weight:bold;
}

#menuMain li {
	display:inline;
}

#menuMain a {
	margin:0;padding:11px 10px 12px 10px;
	color:rgb(255,255,255);
}

#menuMain a.sel {	
	background:rgb(155,155,55);
}

#menuMain a:hover {
	background:rgb(127,127,127);
}

/* Untermenu */
#menuSub  {
	margin:0 -5px 15px -10px;
	font-size:11px;
}

#menuSub li {	
	margin:0;padding:0;
	list-style:none;
}

#menuSub li a {	
	display:block;text-align:right;
	background:url(../img/menu/sStd.gif) right top repeat-y;
	background-color:rgb(109,109,123);
	color:rgb(226,226,229);	
	margin:0 0 1px 0;padding:3px 15px 4px 0;	
}

#menuSub a.sel, #menuSub a:hover {
	color:rgb(255,255,255);
	background-color:rgb(163,163,172);	
}

#menuSub a.sel {
	background-image:url(../img/menu/sSel.gif);
}

/* Weiteres Menue */
#menuBottom {
	list-style-type:none;
	padding:3px;
	font-size:11px;
	border-top:1px solid rgb(205,205,55);
}

#menuBottom li {
	display:inline;
	margin-right:20px;
}

#menuBottom li a {
}

/* Sprachmenue */
#menuSprache  {
	
}

#menuSprache li {
	
}

#menuSprache li a {
	
}

#menuSprache li.sel, #menuSprache li a:hover {
	
}

