/* Hauptmenue */
#colMain #menuMain {
	margin:0;padding:0;
	font-family:'Arial Narrow',Arial,Helvetica,sans-serif;
	font-size:14px;font-weight:bold;
}

#menuMain li {
	display:block;
	float:left;
	margin:0 5px 0 0;padding:0;
}

#menuMain a {
	display:block;
	margin:0;padding:5px 11px 5px 11px;
	color:rgb(127,127,127);
	text-transform:uppercase;
}

#menuMain li.sel {
	background:url(../img/menu/mML.gif) left no-repeat;
}

#menuMain a:hover {
	color:rgb(115,160,0);
}

#menuMain a.sel {
	color:rgb(255,255,255);
	background:url(../img/menu/mMR.gif) right no-repeat;
}

/* Untermenu */
#colMain #menuSub {
	clear:both;margin:0;padding:0 0 0 0;
	font-family:'Arial Narrow',Arial,Helvetica,sans-serif;
	font-size:14px;font-weight:bold;
}

#menuSub li {
	display:block;
	float:left;
	margin:0 15px 0 0;padding:0;
}

#menuSub a {
	display:block;
	margin:0;padding:3px 11px 5px 11px;
	color:rgb(127,127,127);
}

#menuSub a:hover {
	color:rgb(0,0,0);font-weight:bold;
}

#menuSub li.sel {
	background:url(../img/menu/mSL.gif) left no-repeat;
}

#menuSub a.sel {
	color:rgb(255,255,255);font-weight:bold;
	background:url(../img/menu/mSR.gif) right no-repeat;
}


/* Weiteres Menue */
#menuBottom {
	position:absolute;top:50px;left:285px;
	margin:0;padding:0;
	font-family:'Arial Narrow',Arial,Helvetica,sans-serif;
	font-size:12px;font-weight:bold;
}

#menuBottom li {
	display:block;
	float:left;
	margin-right:5px;
}

#menuBottom a {
	display:block;
	padding:5px 11px 5px 11px;
	color:rgb(255,255,255);
	text-transform:uppercase;
}

#menuBottom li.sel {
	background:url(../img/menu/mBL.gif) left no-repeat;
}

#menuBottom a:hover {
	color:rgb(255,195,95);
}

#menuBottom a.sel {
	color:rgb(255,255,255);
	background:url(../img/menu/mBR.gif) right no-repeat;
}

/* Sprachmenue */
#menuSprache  {
	
}

#menuSprache li {
	
}

#menuSprache li a {
	
}

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

