/*
  Menü-CSS für AZ-Terraristik
  zuletzt geändert am 29. Februar 2009 durch kju
*/

/* Styling der Kategorie-Liste */

ul#lmenue {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Styling der Kategoriepunkte */

#lmenue a.lmenue-kategorie {
  display: block;
  width: 145px;
  height: 24px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}

#lmenue a.lmenue-kategorie span {
  display: none;
}

/* Grafiken der einzelnen Kategoriepunkte */

a#lmenue-home { background: url(/files/terraristik_nav_home.gif); }
a#lmenue-home:hover,
a#lmenue-home.current { background: url(/files/terraristik_nav_home_on.gif); }

a#lmenue-reptilien { background: url(/files/terraristik_nav_reptilien.gif); }
a#lmenue-reptilien:hover,
a#lmenue-reptilien.current { background: url(/files/terraristik_nav_reptilien_on.gif); }

a#lmenue-zubehr { background: url(/files/terraristik_nav_zubehoer.gif); }
a#lmenue-zubehr:hover,
a#lmenue-zubehr.current { background: url(/files/terraristik_nav_zubehoer_on.gif); }

a#lmenue-service { background: url(/files/terraristik_nav_service.gif); }
a#lmenue-service:hover,
a#lmenue-service.current { background: url(/files/terraristik_nav_service_on.gif); }

a#lmenue-shop { background: url(/files/terraristik_nav_shop.gif); }
a#lmenue-shop:hover,
a#lmenue-shop.current { background: url(/files/terraristik_nav_shop_on.gif); }

a#lmenue-xtras { background: url(/files/terraristik_nav_xtras.gif); }
a#lmenue-xtras:hover,
a#lmenue-xtras.current { background: url(/files/terraristik_nav_xtras_on.gif); }

a#lmenue-kontakt { background: url(/files/terraristik_nav_kontakt.gif); }
a#lmenue-kontakt:hover,
a#lmenue-kontakt.current { background: url(/files/terraristik_nav_kontakt_on.gif); }

/* Styling der Seitenliste */
#lmenue ul {
  list-style-type: none;
  margin: 4px 0 0 27px;
  padding: 0;
}

#lmenue ul li {
  padding: 4px 0;
  width: 105px;
}

#lmenue ul a {
  color: #666;
}

#lmenue ul a:hover {
  text-decoration: none;
  color: #f60;
}

#lmenue ul a.current,
#lmenue ul a.current:hover {
  color: #f60;
  font-weight: bold;
}

/* Linie am Ende der Seitenliste */
#lmenue div.lmenue-linie {
  width: 145px;
  height: 1px;
  background: url(/files/terraristik_nav_line.gif) top left no-repeat;
}
