.menu {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu td {
  width: 170px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #757575;
  text-transform: lowercase;
}

.menu td:hover, .menu td.hover {
  background: url('../../images/menu_bg_over.gif') repeat-x top;
  color: #BFBFBF;
  cursor: pointer;
}

.submenu {
  width: 170px;
  position: absolute;
  visibility: hidden;
  border: solid 1px #770000;
  z-index: 10;
}

.submenu td {
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #330000;
  color: #757575;
  text-transform: uppercase;
}

.submenu td:hover, .submenu td.hover {
  background: #770000;
  color: #BFBFBF;
  cursor: pointer;
}

.login {
  position: absolute;
  top: 50px;
  right: 33px;
  text-align: right;
  font-size: 10px;
}
