/*
*	Das Menu Top
*/
#MENU_TOP {
   font-family: Verdana, Helvetica, sans-serif;
}
#MENU_TOP ul {
  padding:0;
  margin:0;
	list-style-type: none;
}

#MENU_TOP ul li {
  margin:3px 0 0 0;
  float:left;/**/
}

#MENU_TOP ul li a.active, #MENU_TOP ul li a:hover.active, #MENU_TOP ul li a:visited.active{
  color:           #A2A89F;
  font-size:       11px; 
  font-weight:     normal; 
  padding:         4px 26px 4px 0;
  text-decoration: none; 
}

#MENU_TOP ul li a:link, #MENU_TOP ul li a:visited {
  display:         block;
  padding:         4px 26px 4px 0;  
  font-size:       11px;
  color:           #000000;
  font-weight:     normal; 
  text-align:      left;
  text-decoration: none;
}

#MENU_TOP ul li a:hover {
  display:         block;
  padding:         4px 26px 4px 0; 
  font-size:       11px;
  color:           #B49448;
  font-weight:     normal; 
  text-align:      left;
  text-decoration: underline;
}





/*
*	Das Hauptmenu
*/
#MENU_BOTTOM {
   font-family: Verdana, Helvetica, sans-serif;
}
#MENU_BOTTOM ul {
  padding:0;
  margin:0;
	list-style-type: none;
}

#MENU_BOTTOM ul li {
  margin:3px 0 0 0;
  float:left;/**/
}

#MENU_BOTTOM ul li a.active, #MENU_BOTTOM ul li a:hover.active, #MENU_BOTTOM ul li a:visited.active{
  color:           #A2A89F;
  font-size:       11px; 
  font-weight:     normal; 
  padding:         4px 26px 4px 0;
  text-decoration: none; 
}

#MENU_BOTTOM ul li a:link, #MENU_BOTTOM ul li a:visited {
  display:         block;
  padding:         4px 26px 4px 0;  
  font-size:       11px;
  color:           #000000;
  font-weight:     normal; 
  text-align:      left;
  text-decoration: none;
}

#MENU_BOTTOM ul li a:hover {
  display:         block;
  padding:         4px 26px 4px 0; 
  font-size:       11px;
  color:           #B49448;
  font-weight:     normal; 
  text-align:      left;
  text-decoration: underline;
}