.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

.navi
{
  margin: 0px 0px 0px 0px;
  width: 200;
}

.mnu
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: url("/img/navi-bg.jpg");
  background-repeat: repeat-y;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  text-align: left;
}

.mnu li a
{
  border-bottom-color: #d0d0d0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #505050;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 30px;
  margin-left: 10px;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  padding-left: 5px;
  text-decoration: none;
  width: 170px;
}

.mnu li a:hover
{
  color: #ffffff;
  background-attachment: scroll;
  background-color: #305070;
  background-image: none;
  background-repeat: repeat;
}

.navi-unten
{
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  background-image: url(/img/navi-bg-unten.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100px;
}

.mnu2
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: url("/img/navi-bg.jpg");
  background-repeat: repeat-y;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  text-align: left;
}

.mnu2 li a
{
  border-bottom-color: #d0d0d0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #505050;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 20px;
  margin-left: 10px;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  padding-left: 5px;
  text-decoration: none;
  width: 170px;
}

.mnu2 li a:hover
{
  color: #ffffff;
  background-attachment: scroll;
  background-color: #305070;
  background-image: none;
  background-repeat: repeat;
}
