.vmenu_div {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #00518f;
  position: absolute;
  visibility: hidden;
  background-color: #8ab3d6;
  border: solid 1px #3585ca;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.vmenu_link {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #00518f;
  font-weight: bold;
  filter: DropShadow(Color=#4C87B6, OffX=1, OffY=1, Positive=1);
}

.vmenu_p_link {
  margin-left: 0px;
  margin-right: 0px;
  color: #00518f;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vmenu_c_link,
.vmenu_p_c_link {
  margin-left: 0px;
  margin-right: 0px;
  color: #00518f;
  font-weight: normal;
  text-decoration: none;
}

a.vmenu_link:hover {
  font-size: 12px;
  color: #00518f;
  font-weight: bold;
  text-decoration: none;
}
a.vmenu_c_link:hover {
  color: #006ec4;
  text-decoration: none;
  font-weight: normal;
}
a.vmenu_p_link:hover {
  color: #006ec4;
  text-decoration: none;
  font-weight: normal;
}
a.vmenu_p_c_link:hover {
  text-decoration: underline;
  font-weight: normal;
}
