.menudiv, .submenudiv {
  left: 0px;
  top: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

.menudiv {
  background: #686868;
}

.submenudiv {
  background: #cdc9bc;
  border: 1px solid #686868;
}

.menuimage {
  cursor: pointer;
}

.menulink {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #686868;
}

.menulink:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #cdc9bc;
}

.menulinkarrow {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #686868;
  background-image: url(../images/template/menu/arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.menulinkarrow:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #cdc9bc;
  background-image: url(../images/template/menu/arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.menulinkarrow_hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #cdc9bc;
  background-image: url(../images/template/menu/arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.submenulink {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #cdc9bc;
}

.submenulink:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 4px 18px 4px 7px;
  white-space: nowrap;
  background: #c5c1b3;
}

