.menu_parent {
  height: 28px;
  padding: 5, 0, 0, 10;
  text-align: left;
}

a.menu_link,a:visited.menu_link,a:hover.menu_link {
  color: #383539;
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
}

a.menu_child,a:visited.menu_child {
  display: block;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  background: #dbb9ec;
  padding-top: 7px;
  padding-left: 7px;
  color: #383539;
  font-size: 9pt;
  height: 25px;
  text-align: left;
}

a.menu_child:hover {
  background: #a880bc;
  text-decoration: none;
  color: #383539;
}
