#cssmenu-33877,
#cssmenu-33877 ul,
#cssmenu-33877 ul li,
#cssmenu-33877 ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu-33877 {
  width: 100% px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu-33877 ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu-33877 > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #054863;
  border-right: 1px solid #054863;
  border-top: 1px solid #054863;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #097dac;
  background: -webkit-linear-gradient(#097dac, #086b94);
  background: -moz-linear-gradient(#097dac, #086b94);
  background: -o-linear-gradient(#097dac, #086b94);
  background: -ms-linear-gradient(#097dac, #086b94);
  background: linear-gradient(#097dac, #086b94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu-33877 > ul > li > a:hover,
#cssmenu-33877 > ul > li.active > a,
#cssmenu-33877 > ul > li.open > a {
  color: #eeeeee;
  background: #086b94;
  background: -webkit-linear-gradient(#086b94, #065a7c);
  background: -moz-linear-gradient(#086b94, #065a7c);
  background: -o-linear-gradient(#086b94, #065a7c);
  background: -ms-linear-gradient(#086b94, #065a7c);
  background: linear-gradient(#086b94, #065a7c);
}
#cssmenu-33877 > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #054863;
}
#cssmenu-33877 > ul > li:last-child > a,
#cssmenu-33877 > ul > li.last > a {
  border-bottom: 1px solid #054863;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 18px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu-33877 > ul > li > a:hover > span::after,
#cssmenu-33877 > ul > li.active > a > span::after,
#cssmenu-33877 > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 19px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu-33877 ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #64646d;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu-33877 ul ul li:hover > a,
#cssmenu-33877 ul ul li.open > a,
#cssmenu-33877 ul ul li.active > a {
  background: #f7f7f7;
  color: #096970;
}
#cssmenu-33877 ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu-33877 ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu-33877 ul ul ul li a {
  padding-left: 30px;
}
#cssmenu-33877 > ul > li > ul > li:last-child > a,
#cssmenu-33877 > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu-33877 > ul > li > ul > li.open:last-child > a,
#cssmenu-33877 > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #e6e6e6;
}
#cssmenu-33877 > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu-33877 ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 12px;
  border-top: 2px solid #64646d;
  border-left: 2px solid #64646d;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu-33877 ul ul li.active > a::after,
#cssmenu-33877 ul ul li.open > a::after,
#cssmenu-33877 ul ul li > a:hover::after {
  border-color: #096970;
}
.menu-item-has-children > a::after {
  content: none;
}
hi