/* ###########################################################################################
** # "Schimmi's Homepage" (c) by Alexander Schimmeck (http://www.alschim.de/) #
** ###########################################################################################
**
**  Dateiversion: 12.02.08
**  Datei       : d_menuli.css
**  Funktion    : Stylesheet fuer das linke Untermenue
**
*/
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* ==== vvv Vertikales Menue links vvv ==== */
#menul {
  clear: both;
  float: left;
  text-align: left;
  margin: 8px 0 0 3px;
  height: 1000px;
  width: 150px;
  padding: 5px;
  background-color: transparent;
}
#dlmenu {
  height: 5em;
  margin-top: 30px;
}
#menu {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  position: absolute;
  width: 157px;
  background: #000;
  z-index: 100;
}
#menu li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
#menu li a, #menu li a:visited {
  display: block;
  text-decoration: none;
}
#menu li dd {
  display: none;
}
#menu li:hover, #menu li a:hover {
  border: 0;
}
#menu li:hover dt a , #menu li a:hover dt a {
  background: #aaa;
  color: #004000;
}
#menu li:hover dd, #menu li a:hover dd {
  display: block;
}
#menu li:hover dl, #menu li a:hover dl {
  height: 26em;
  background: #aaa;
}
#menu table {
  border-collapse: collapse;
  padding: 0;
  margin: -4px;
  font-size: 1em;
}
#menu dl {
  width: 160px;
  margin: 0;
  background: #868686;
  cursor: pointer;
}
#menu dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #000;
}
#menu dd {
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
  font-weight: bold;
}
.gallery dt a, .gallery dt a:visited {
  display: block;
  color: #000;
  padding: 5px 5px 5px 10px;
  background: #868686;
}
.gallery dd a, .gallery dd a:visited {
  color: #fffacd;
  min-height: 1em;
  text-decoration: none;
  display: block;
  padding: 4px 5px 4px 20px;
  background: #aaa;
}
* html .gallery dd a, * html .gallery dd a:visited {
  height: 1em;
}
.gallery dd a:hover {
  background: #868686;
  color: #000;
}

