.menu {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 14px;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1000;
}

.menu a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.menu a:hover {
  color: #0000cc;
}

.menu li {
  cursor: pointer;
}

.menu li:hover {
  color: #0000cc;
}

.menu_button {
  width: 2.5625rem; /* 41px */
  height: 2.8125rem; /* 45px */
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

.toplevel {
  list-style: none outside none;
  line-height: 2rem;
  color: #6767a7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.250rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  clear: both;
}

.sublevel {
  width: auto;
  height: auto;
  overflow: hidden;
  list-style: none outside none;
  line-height: 1.75rem;
  color: #6767a7;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0 0 0 10px;
  margin: 0;
  border-left: 1px solid #6767a7;
  border-bottom: 1px solid #6767a7;
}

#active, #normal {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 4px 0 0 0;
}

#normal:hover {
  margin: 5px 0 0 1px;
}

@media screen and (max-width: 480px) {
  .menu {
    left: 0.8%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .menu {
    left: 0.8%;
  }
}