#MenuMain {
	position: relative;
	list-style-type: none;
	width: 187px;
	margin: 10px 0 0 0;
	padding: 0;
}

#MenuMain li {
	margin: 0;
	padding: 0;
}

#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
	position: relative;
	padding: 2px 0 2px 10px;
	display: block;
   font-size: 92%;
   font-weight: bold;
   text-decoration: none;
	color: #626367;
}

#MenuMain a:focus,
#MenuMain a:hover,
#MenuMain a:active,
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
	background-color: #ac0000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/*******************/
/***** Ebene 1 *****/
/*******************/
#MenuMain ul {
	position: relative;
   list-style-type: none;
   width: 187px;
   margin: 0;
   padding: 0;
   background-color: #eecccb;
}

#MenuMain ul a,
#MenuMain ul a:link,
#MenuMain ul a:visited{
	display: block;
	padding: 2px 0 2px 25px;
	margin: 0;
	color: #646265;
	background: none;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 11px 7px;
}

#MenuMain ul a:focus,
#MenuMain ul a:hover,
#MenuMain ul a:active,
#MenuMain ul a.selected,
#MenuMain ul a.selected:link,
#MenuMain ul a.selected:visited,
#MenuMain ul a.selected:focus,
#MenuMain ul a.selected:hover,
#MenuMain ul a.selected:active {
	color: #646265;
	font-weight: bold;
	background: none;
	background-image: url(../images/bg_menu_sel.gif);
   background-repeat: no-repeat;
   background-position: 11px 7px;
}

/*******************/
/***** Ebene 2 *****/
/*******************/
#MenuMain ul ul {
   position: relative;
   list-style-type: none;
   width: 187px;
   margin: 0;
   padding: 0;
   background-color: #eecccb;
}

#MenuMain ul ul a,
#MenuMain ul ul a:link,
#MenuMain ul ul a:visited{
   display: block;
   padding: 2px 0 2px 40px;
   margin: 0;
   color: #646265;
   background: none;
   background-image: url(../images/bg_menu.gif);
   background-repeat: no-repeat;
   background-position: 26px 7px;
}

#MenuMain ul ul a:focus,
#MenuMain ul ul a:hover,
#MenuMain ul ul a:active,
#MenuMain ul ul a.selected,
#MenuMain ul ul a.selected:link,
#MenuMain ul ul a.selected:visited,
#MenuMain ul ul a.selected:focus,
#MenuMain ul ul a.selected:hover,
#MenuMain ul ul a.selected:active {
   color: #646265;
   font-weight: bold;
   background: none;
   background-image: url(../images/bg_menu_sel.gif);
   background-repeat: no-repeat;
   background-position: 26px 7px;
}


