#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: top;
  text-align:center;
  height: 45px;
}
#nav li {
  float: left;
  position: relative;
  text-align: center;
  background: url(/_site/_scripts/top_menu/stand.jpg);
  back\ground: none;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 165px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(/_site/_scripts/top_menu/stand.jpg); repeat-y right;
}
#nav a:hover {
  color: #fff;
  width: 165px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: url(/_site/_scripts/top_menu/aktiv.jpg);
}
#nav li:hover,
#nav li.jshover {
  background: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  text-align: center;
  background: url(/_site/_scripts/top_menu/stand.jpg);
  width: 165px;
  height: 45px;
}
#nav li li a {
  width: 165px;
  background: url(/_site/_scripts/top_menu/stand.jpg);
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 165px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
  text-align:center;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
  text-align:center;
}