.w_dropdownmenu {
  margin-bottom: 30px;
  z-index: 100002;
  position: relative;
}
.w_dropdownmenu_monitor {
  background-color: #f5f5f5;
  position: relative;
  color: #008a96;
  font-size: 20px;
  line-height: 66px;
  padding-left: 20px;
  min-height: 65px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
.w_dropdownmenu_monitor span {
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif !important;
}
.w_dropdownmenu_monitor span i {
  font-size: 20px;
  margin-left: 10px;
  line-height: 12px;
  vertical-align: top;
}
.w_dropdownmenu_monitor:hover {
  background-color: #ecfbff;
}
.w_dropdownmenu._opened {
  margin-bottom: 25px;
}
.w_dropdownmenu._opened .w_dropdownmenu_monitor {
  border-bottom: 5px solid #c03e62;
}
.w_dropdownmenu._opened .w_dropdownmenu_container {
  display: block;
}
.w_dropdownmenu._with_call_us .items:before {
  background: url("/neo/i/w/dropdownmenu/view_apartments.png") #fff no-repeat center center;
  height: 183px;
  width: 225px;
}
.w_dropdownmenu._with_call_us .section {
  padding-bottom: 80px;
}
.w_dropdownmenu_container {
  position: absolute;
  display: none;
  z-index: 99999;
  border: 1px solid #ccc;
  border-top: 0;
  text-transform: uppercase;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}
.w_dropdownmenu_container .close {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 13px;
  top: 10px;
  background: url('/neo/i/w/dropdownmenu/close_icon.png') center center no-repeat;
  cursor: pointer;
  z-index: 10001;
}
.w_dropdownmenu_container table {
  width: 100%;
}
.w_dropdownmenu_container table:before {
  display: block;
  position: absolute;
  content: " ";
  background: url("/neo/i/l/logo-transparent_small.png") #fff no-repeat right center;
  bottom: 10px;
  right: 10px;
  height: 116px;
  width: 119px;
}
.w_dropdownmenu_container .buffer {
  height: 25px;
}
.w_dropdownmenu_container .section {
  vertical-align: top;
  border-left: 1px solid #ccc;
  padding: 10px 5px;
  min-width: 210px;
  min-height: 300px;
  height: 100px;
  white-space: normal;
  z-index: 1000;
  position: relative;
  white-space: nowrap;
}
.w_dropdownmenu_container .section._first {
  width: 215px;
  border-left: none;
}
.w_dropdownmenu_container dt {
  font-family: Helvetica, sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
.w_dropdownmenu_container dt a {
  color: #000;
  text-decoration: none;
  display: block;
}
.w_dropdownmenu_container dt:hover,
.w_dropdownmenu_container dt._hover {
  color: #c03e62 !important;
}
.w_dropdownmenu_container dt:hover a,
.w_dropdownmenu_container dt._hover a {
  color: #c03e62;
}
.w_dropdownmenu_container dd {
  margin: 0;
}
.w_dropdownmenu_container dd a {
  display: block;
  margin: 0;
  padding: 8px 20px 8px 30px;
  color: #666;
  font-family: Helvetica, sans-serif !important;
}
.w_dropdownmenu_container dd a:hover,
.w_dropdownmenu_container dd a._hover {
  text-decoration: none;
  background-color: #c03e62;
  color: #fff;
}
.w_dropdownmenu_container dd._active a {
  background: url("/neo/i/l/menu-selected.png") 10px center no-repeat;
  color: #c03e62;
}
.w_dropdownmenu_container dd._active a:hover,
.w_dropdownmenu_container dd._active a._hover {
  color: #fff;
  background-color: #c03e62;
  background-image: url("/neo/i/l/menu-selected-hover.png");
}
.w_dropdownmenu .bubble {
  position: absolute;
  top: -45px;
  right: -197px;
  padding: 10px 30px;
  padding-right: 40px;
  background-color: #25b3e4;
  color: #fff;
  font-size: 13px;
  text-transform: none;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
}
.w_dropdownmenu .bubble:before {
  content: " ";
  display: block;
  position: absolute;
  right: 200px;
  top: 100%;
  height: 8px;
  width: 15px;
  background: url("/neo/i/l/decorators/tail-down-blue.png") center center no-repeat;
}
.w_dropdownmenu .bubble .close {
  display: block;
  position: absolute;
  font-size: 18px;
  top: 6px;
  right: 10px;
}
