.menudiv, .submenudiv {
  left: 0px;
  top: 0px;
  position: absolute;
  text-align: left;
  /* background: url(../images/template/menu/transparency.png); */
  visibility: hidden;
  z-index: 1000;
}

.menudiv {
  background: #e5dabc;
}

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

.menuimage {
  cursor: pointer;
}

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

.menulink:hover {
  background: #f7eacf;
}

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

.menulinkarrow:hover {
  background: #f7eacf;
}

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

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

.submenulink:hover {
  background: #e5dabc;
}

