/*Das Menu links*/

#MENU {
   font-family:   Arial, Helvetica, sans-serif;
   font-size:     11px;
}

#MENU ul {
  padding: 0;
  margin: 0;
	list-style-type: none;
}

#MENU ul li {
  padding:0;               /*für die Darstellung in IE*/
  margin:0;                /*für die Darstellung in IE*/
  padding-top:0;         /*für die Darstellung in IE*/
  padding-bottom:3px;      /*für die Darstellung in IE*/
  clear:left;              /*für die Darstellung in IE*/

}

#MENU ul li a {
  display:        block;
  float:          left;
  color:          #4F5052;
  font-weight:    normal;
  text-decoration:none;

  background:     #D1D3D4;
  width:          187px;
  height:         17px;
  vertical-align: middle;
  padding-top:    3px;
  padding-left:   7px;
  margin-bottom:3px; /*margin-bottom bei allen nicht aktiven li der ersten Ebene*/
}

#MENU ul li a.selected, #MENU ul li a.active, #MENU ul li a:hover.active, #MENU ul li a:hover.selected {
  background: #ED1C24;
  color:#FFFFFF;
  margin-bottom:3px;          /*nur beim gerade aktiven li der ersten Ebene*/
}

#MENU ul li a:hover {
  display:        block;
  float:          left;
  color:          #FFFFFF;
  font-weight:    normal;
  text-decoration:none;

  background:     #ED1C24;
  width:          187px;
  height:         17px;
  vertical-align: middle;
  padding-top:    3px;
  padding-left:   7px;
}



/*2. Ebene*/
#MENU ul ul li {
	padding:0;
	margin:0;
  padding-top:1px;         /*für die Darstellung in IE*/
  padding-bottom:1px;      /*für die Darstellung in IE*/
	/*border:1px solid #FFFFFF;*/
}

#MENU ul ul li a {
  display: block;
  float:left;
  
  text-decoration:none;
  background: #D1D3D4;
  width:193px;    
  height:18px;
  margin:4px 0 3px -2px;   /*u.a. margin-bottom aller nicht aktiven li in der Ebene 2*/
  padding:2px 0 0 3px;

}

#MENU ul ul li a.selected, #MENU ul ul li a.active, #MENU ul ul li a:hover.active, #MENU ul ul li a:hover.selected {
  color: #ED1C24;
  font-weight:bold;
  background: #D1D3D4;
}

#MENU ul ul li a:hover {
  display: block;
  float:left;

  text-decoration:none;
  background: #D1D3D4;
  color: #ED1C24;
  width:193px;    
  height:18px;
  margin:4px 0 3px -2px;
  padding:2px 0 0 3px;	  
}




/*3. Ebene*/
#MENU ul ul ul li {
	padding:0;
	margin:0;
  padding-top:1px;         /*für die Darstellung in IE*/
  padding-bottom:1px;      /*für die Darstellung in IE*/
}

#MENU ul ul ul li a {
  display: block;
  float:left;
  
  text-decoration:none;
  background: #D1D3D4;
  width:179px;    
  height:18px;
  margin:4px 0 3px -2px;
  padding:2px 0 0 17px;
}

#MENU ul ul ul li a:hover {
  display: block;
  float:left;

  text-decoration:none;
  background: #D1D3D4;
  color: #ED1C24;
  width:179px;    
  height:18px;
  margin:4px 0 3px -2px;
  padding:2px 0 0 17px;	  
}

