@charset "utf-8";

/* definition of navigation */
#navigation {
  background: url(../img/decoration/navigation.jpg);
}

#nav {
  margin: 0;
  padding: 5px;
  height: 15px;
  text-align: right;
  color: yellow;
}
#nav li {
  margin: 0;
  display: inline;
  font-size: 12px;
  list-style-type: none;
  border-left: 1px solid white;
  padding-right: 10px;
  padding-left: 15px;
  font-weight: bold;
}
#nav li a {
  color: white;
  text-decoration: none;
}
#subnav {
  padding: 1px 10px;
  margin: 0;
  text-align: right;
  color: yellow;
}
#subnav li {
  font-size: 9px;
  display: inline;
  list-style-type: none;
  border-left: 1px solid white;
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#subnav li a {
  color: white;
  text-decoration: none;
}
