div#menu_links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div#menu_links li {
  list-style: none;
  margin-left: 0px;
  padding-top: 0px;
}


div#menu_links {
  padding: 0px;
}
div#menu_links a {
  display: block;
}

/* Normale Menuepunkte, nichts ist angeklicke */
div#menu_links ul li a {
  width: 150px;
  height: 15px;
  line-height: 15px;
  background: url(menu-links2.png) no-repeat;
  background-repeat: repeat-x;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-family: verdana,  arial, helvetica, sans-serif;
  font-size: 11px;
  text-indent: 6px;
  margin-top: 3px;

}
/* Untermenue Punkte erster Guete */
div#menu_links ul ul li a, div#menu_links ul ul li a:link, div#menu_links ul ul li a:visited, div#menu_links ul ul li.menu-child a {
  color: #000000;
  width: 140px;
  height: 15px;
  line-height: 15px;
  padding-top: 2px;
  margin-left: 3px;
  font-size: 11px;
  font-weight: bold;
  background: none;
  border-bottom: #6b8ea5 1px solid;
  text-decoration: none;
}
/* Untermenue Punkte zweiter Guete */
div#menu_links ul ul ul li a, div#menu_links ul ul ul li a:link, div#menu_links ul ul ul li a:visited, div#menu_links ul ul ul li.menu-child a, div#menu_links ul ul ul li.menu-child a:link, div#menu_links ul ul ul li.menu-child a:visited {
  width: 130px;
  height: 12px;
  line-height: 12px;
  padding: 0px;
  margin-left: 15px;
  font-size: 11px;
  font-weight: bold;
  border: none;
  color: #336699;
}
div#menu_links a, div#menu_links a:link, div#menu_links a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* Normale Menuepunkte, aktiv */
div#menu_links ul li.menu-current a {
  width: 150px;
  color: #ffffff;
  background-color: #6b8ea5;
  text-decoration: underline;
  background-position: 0px -44px;
}
/* Untermenue Punkte erster Guete , aktiv */
div#menu_links ul ul li.menu-current a {
  width: 150px;
  color: #ff7045;
  text-decoration: none;
  background: none;
  border-color: #ff7045;
}
/* Untermenue Punkte zweiter Guete , aktiv */
div#menu_links ul ul ul li.menu-current a {
  width: 130px;
  color: #ff7045;
  border-bottom: #ff7045 1px solid;
  text-decoration: none;
  padding: 0px;
  margin-left: 15px;
  font-size: 11px;
  font-weight: bold;


}

/* Alle Menuepunkte mit der Maus drueber */
div#menu_links a:hover, div#menu_links ul ul li a:hover, div#menu_links ul ul ul li a:hover, div#menu_links li.menu-child a:hover, div#menu_links ul ul li.menu-child a:hover, div#menu_links ul ul ul li.menu-child a:hover {
  font-size: 11px;
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-family: verdana,  arial, helvetica, sans-serif;
  background-position: 0px -88px;
}
/* Aktive Hauptmenupunkte Maus drüber  */
div#menu_links ul li.menu-current a:hover {
  color: #336699;
  text-decoration: none;
  background-position: 0px -44px;
}

/* ENDE Menue links */
