#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu 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 {
  width:100%;
/*  z-index: 10;*/
}
#cssmenu b.hd2 {
display: block;
  background-color: #008A9A;
  padding: 15px;
  font-size: 20px;
  border-bottom: 1px solid #eeebeb;
  color: #fff !important;
  text-align: center;
  font-family: "Lexend", sans-serif !important;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
}

#cssmenu ul {
border: 1px solid #008a9a;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  background: -moz-linear-gradient(bottom, #f0f0f0, #ffffff);
  background: -webkit-linear-gradient(bottom, #f0f0f0, #ffffff);
  background: -o-linear-gradient(bottom, #f0f0f0, #ffffff);
  background: -ms-linear-gradient(bottom, #f0f0f0, #ffffff);
  background: linear-gradient(to top, #f0f0f0, #ffffff);
  margin-top: 5px;
}
#cssmenu ul li {
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
#cssmenu ul li.active {
  border-bottom: 0;
}
#cssmenu ul li:last-child {
  border-bottom: 0;
}
#cssmenu ul li a {
  display: block!important;
  padding: 14px 12px!important;
  font-size: 14px!important;
  font-weight: 500!important;
  text-decoration: none!important;
  color: #444444!important;
  font-family: "Lexend", sans-serif !important;
}
#cssmenu ul li.active {
/*  left: -8px;*/
  width: 100%;
  padding: 2px;
  background: #C92123!important;
  background: -moz-linear-gradient(bottom, #c43735, #d56462);
  background: -webkit-linear-gradient(bottom, #c43735, #d56462);
  background: -o-linear-gradient(bottom, #c43735, #d56462);
  background: -ms-linear-gradient(bottom, #c43735, #d56462);
  background: linear-gradient(to top, #c43735, #d56462);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#cssmenu ul li.active > a {
  padding: 12px 12px 12px 16px; 
  border-left: 1px dashed #C92123;
  border-top: 1px dashed #C92123;
  border-bottom: 1px dashed #C92123;
  color: #ffffff;
  text-shadow: 0 1px 1px #C92123;
}
/*#cssmenu ul li.active:after {
  position: absolute;
  right: -16px;
  top: 7px;
  width: 31.526911934581186px;
  height: 31.526911934581186px;
  background: #C92123!impportant;
  background: -moz-linear-gradient(-45deg, #c43735, #C92123);
  background: -webkit-linear-gradient(-45deg, #c43735, #C92123);
  background: -o-linear-gradient(-45deg, #c43735, #C92123);
  background: -ms-linear-gradient(-45deg, #c43735, #C92123);
  background: linear-gradient(-45deg, #c43735, #C92123);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#cssmenu ul li.active:before {
  position: absolute;
  right: -12px;
  top: 9px;
  z-index: 10;
  width: 28.526911934581186px;
  height: 28.526911934581186px;
  border-right: 1px dashed #C92123;
  border-top: 1px dashed #C92123;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#cssmenu ul li.active a:after {
  position: absolute;
  bottom: -7px;
  left: -11px;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #C92123;
  content: "";
}*/
