/* Menu Top */
ul.menu_top {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

li.menu_top {
  display: inline;
  margin: 0 10px 4px 2px;
  padding: 0;
  padding-left: 5px;
  font-size: 10px;
  background: url(../images/marker1pointsmall.jpg) no-repeat 0 50%;
  color: #383838;
  cursor: pointer;
  cursor: hand; /* IE */
  behavior: url(/scripts/iequirks.htc); /* IE */
}

li.menu_top {
  font-weight: bold;
  text-decoration: none;
}

li.menu_top:hover,
li.menu_top.hover,
body.mtop_agents #mtop_agents,
body.mtop_privacy #mtop_privacy,
body.mtop_conditions #mtop_conditions {
  color: black;
}

li.menu_top a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

/* Menu Navegacion */
ul.menu_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.menu_nav {
  display: inline;
  margin: 0 10px 4px 2px;
  padding: 0;
  padding-left: 9px;
  line-height: 12px;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/marker2pointssmall.jpg) no-repeat 0 5px;
  color: #6D6D6D;
  cursor: pointer;
  cursor: hand; /* IE */
  behavior: url(/scripts/iequirks.htc); /* IE */
}

li.menu_nav:hover,
li.menu_nav.hover,
li.active{
  border-bottom: 6px solid #A6C227;
  padding-bottom: 2px;
  color: black;
}

li.menu_nav a {
  font: inherit;
  text-decoration: none;
  color: #6d6d6d;
}

a.seo-link {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

/* Menu Footer */
ul.menu-footer {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 10px;
  list-style: none;
  color: black;
}

.menu-footer li {
  display: inline;
  margin: 0;
  padding: 0;
}

li.menu-foot {
  margin: 0 3px;
  color: #5F5F5F;
  cursor: pointer;
  cursor: hand; /* IE */
  /*behavior: url(/scripts/iequirks.htc);*/ /* IE */
}

li.menu-foot:hover,
li.menu-foot.hover,
li.menu-foot a:hover,
body.mnav_reservation #mfot_reservation,
body.mnav_travel #mfot_weekprice,
body.mnav_travel #mfot_travel,
body.mnav_directory #mfot_directory,
body.mnav_about #mfot_about,
body.mnav_contact #mfot_contact,
body.mtop_agents #mfot_agents,
body.mtop_privacy #mfot_privacy,
body.mtop_conditions #mfot_conditions {
  color: black;
}

li.menu-foot a, #breadcrumb a, a.langselect {
  font: inherit;
  font-size: 11px;
  text-decoration: none;
  color: #5F5F5F;
}
