



.top_menu {
  background: url("/assets/ui/top_menu/background-1f61f6c0.png") repeat-x top;
  font: 24px/60px Almendra, serif;
  height: 70px;
  position: absolute;
  top: 0px;
  transform: scale(0.8);
  transform-origin: 0 0;
  z-index: 2;
}

.top_menu.left {
  left: 0px;
}

.top_menu.right {
  right: 0px;
  text-align: right;
  transform-origin: 100% 0;
}

.top_menu::before, .top_menu::after {
  background: url("/assets/ui/top_menu/edge-b11333b7.png") no-repeat 0 0;
  display: block;
  height: 70px;
  position: absolute;
  top: 0px;
  width: 71px;
}

.top_menu::before {
  transform: scaleX(-1);
  left: -44px;
}

.top_menu::after {
  right: -44px;
}

.top_menu.left::before, .top_menu.right::after {
  display: none;
}

.top_menu > li {
  background: url("/assets/ui/top_menu/divider-844b7660.png") no-repeat 0 0;
  display: inline-block;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.top_menu > li:first-of-type {
  background: none;
}

#big_logo {
  filter: drop-shadow(0px 0px 30px #000);
}
