@charset "utf-8";
@media screen, projection, print {
/* Links in #menu */
#menu {
  font-family: "Lucida Grande", Helvetica, Tahoma, sans-serif;
  margin: 0 0 10px 0;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#nav {
  width: 200px;
  margin: 30px 0 0 0;
}

#nav ul.lvl1 li {
  font-size: 1em;
  padding: 0px 5px;
}

#menu ul {
  list-style: none;
}

#nav ul.lvl2 li {
  font-size: 0.8em;
  padding: 0 0 0 20px;
  background: transparent url('http://silk.floeschen.ch/bullet_white.png') no-repeat 0px 5px;
}

#nav ul.lvl2 li:hover {
  font-size: 0.8em;
  padding: 0 0 0 20px;
  background: transparent url('http://silk.floeschen.ch/bullet_blue.png') no-repeat 0px 5px;
}
}
