/* CSS crunched with Crunch - http://crunchapp.net/ */
/* ============================================ */
/* | tSign · Thomas Waldraff                  | */
/* | Letzte Änderung: 8. Juni 2014            | */
/* ============================================ */
/* | MENÜ-Stylesheet                          | */
/* ============================================ */
#menue ul {
  text-align: right;
  font-size: 90%;
  line-height: 150%;
  margin: 0px 10px 0 10px;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border-top: 1px solid #aadeee;
  background: rgba(255, 255, 255, 0.4);
}
#menue li {
  border-bottom: 1px solid #aadeee;
}
#menue li.ein {
  font-weight: bold;
  background-color: rgba(191, 230, 242, 0.3);
  -moz-opacity: 0.8;
  text-transform: uppercase;
}
#menue ul ul {
  border-top: 0px dashed #aadeee;
}
#menue ul li li {
  border-bottom: none;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
#menue li.aus ul {
  display: none;
}
#menue li.ein ul {
  display: block;
  margin: 0;
  padding: 0 10px 0 0;
  text-transform: none;
}
* html #nav li.ein ul li.aus {
  padding: .1em 0 .1em 0;
}
#menue a {
  display: block;
  padding: 0 6px 0 0;
}
#menue a:link,
#menue a:visited {
  color: #000097;
  text-decoration: none;
}
#menue a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #aadeee;
}
#menue a:active,
a:focus {
  background-color: #bfe6f2;
}
#menue li.ein li a {
  padding: 0 6px 0 0;
  color: #000000;
}
#menue li.ein a:hover {
  background-color: #d4eff7;
}
#menue li.ein li a:hover {
  background-color: #aadeee;
}
