@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu1 #menu-button {
  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;
}
#cssmenu1:after,
#cssmenu1 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu1 #menu-button {
  display: none;
}
#cssmenu1 {
  z-index: 100;
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #194f27;
  background: -moz-linear-gradient(top, #206632 0%, #0f3018 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #206632), color-stop(100%, #0f3018));
  background: -webkit-linear-gradient(top, #206632 0%, #0f3018 100%);
  background: -o-linear-gradient(top, #206632 0%, #0f3018 100%);
  background: -ms-linear-gradient(top, #206632 0%, #0f3018 100%);
  background: linear-gradient(to bottom, #206632 0%, #0f3018 100%);
}
#cssmenu1 > ul {
  background: url("images/bg.png");
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu1.align-right > ul > li {
  float: right;
}
#cssmenu1 > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu1.align-center > ul {
  float: none;
  text-align: center;
  font-size: 0;
}
#cssmenu1.align-center > ul > li {
  float: none;
}
#cssmenu1.align-center ul ul {
  text-align: left;
}
#cssmenu1 > ul > li > a {
  padding: 18px 25px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #f2e430;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu1 > ul > li:hover > a,
#cssmenu1 > ul > li > a:hover,
#cssmenu1 > ul > li.active > a {
  color: #ffffff;
  background: #154321;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu1 > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu1 > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #f2e430;
  right: 17px;
  top: 22px;

}
#cssmenu1 > ul > li.has-sub.active > a::after,
#cssmenu1 > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;

}
#cssmenu1 ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  z-index: 9999;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
 
   
}
#cssmenu1.align-right ul ul {
  text-align: right;
}
#cssmenu1 > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #f2e430;
  top: -4px;
  left: 20px;
}
#cssmenu1.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu1 ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #f2e430;
  top: 11px;
  left: -4px;
}
#cssmenu1.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #f2e430;
  left: auto;
  right: -4px;
}
#cssmenu1 > ul > li > ul {
  top: 120px;
}
#cssmenu1 > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu1.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu1 ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu1.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu1 ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu1.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu1 ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 220px;
  color: #777777;
  background: #f2e430;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu1 ul ul li:hover > a,
#cssmenu1 ul ul li.active > a {
  color: #333333;
}
#cssmenu1 ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu1 ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu1 > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu1 ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu1.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu1 ul ul li.has-sub.active > a::after,
#cssmenu1 ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu1.align-right ul ul li.has-sub.active > a::after,
#cssmenu1.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu1 {
    background: #194f27;
  }
  #cssmenu1 > ul {
    display: none;
  }
  #cssmenu1 > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu1.align-right > ul {
    float: none;
  }
  #cssmenu1.align-center > ul {
    text-align: left;
  }
  #cssmenu1 > ul > li,
  #cssmenu1.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu1 > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu1 > ul > li:hover > a,
  #cssmenu1 > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu1 #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #f2e430;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url("bg.png");
    cursor: pointer;
  }
  #cssmenu1 ul ul,
  #cssmenu1 ul li:hover > ul,
  #cssmenu1 > ul > li > ul,
  #cssmenu1 ul ul ul,
  #cssmenu1 ul ul li:hover > ul,
  #cssmenu1.align-right ul ul,
  #cssmenu1.align-right ul li:hover > ul,
  #cssmenu1.align-right > ul > li > ul,
  #cssmenu1.align-right ul ul ul,
  #cssmenu1.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu1 ul ul li {
    width: 100%;
  }
  #cssmenu1 ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu1 ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu1 ul ul li:first-child > a,
  #cssmenu1 ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu1 #menu-button::after {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #f2e430;
    border-bottom: 2px solid #f2e430;
    right: 25px;
    top: 18px;
  }
  #cssmenu1 #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #f2e430;
    right: 25px;
    top: 28px;
  }
  #cssmenu1 > ul > li.has-sub > a::after,
  #cssmenu1 ul ul li.has-sub > a::after {
    display: none;
  }
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu {
  margin: 0;
  position: relative;
   font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 1;
  width: 230px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #194f27;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #133c1d;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #133c1d;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 23.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}



#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 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;
}
#cssmenu2 {
  width: 220px;
  z-index: 10;
}
#cssmenu2 ul {
  border: 1px solid #cccccc;
  border-radius: 5px;
  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);
}
#cssmenu2 ul li {
  display: block;
  border-bottom: 1px solid #cccccc;
}
#cssmenu2 ul li.active {
  border-bottom: 0;
}
#cssmenu2 ul li:last-child {
  border-bottom: 0;
}
#cssmenu2 ul li a {
  display: block;
  padding: 14px 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #444444;
}
#cssmenu2 ul li.active {
  left: -8px;
  width: 234px;
  padding: 2px;
  background: #cd0067;
  background: -moz-linear-gradient(bottom, #ae0058, #ec0076);
  background: -webkit-linear-gradient(bottom, #ae0058, #ec0076);
  background: -o-linear-gradient(bottom, #ae0058, #ec0076);
  background: -ms-linear-gradient(bottom, #ae0058, #ec0076);
  background: linear-gradient(to top, #ae0058, #ec0076);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#cssmenu2 ul li.active > a {
  padding: 12px 12px 12px 16px;
  border-left: 1px dashed #ff1b8d;
  border-top: 1px dashed #ff1b8d;
  border-bottom: 1px dashed #ff1b8d;
  color: #ffffff;
  text-shadow: 0 1px 1px #670034;
}
#cssmenu2 ul li.active:after {
  position: absolute;
  right: -16px;
  top: 7px;
  width: 31.526911934581186px;
  height: 31.526911934581186px;
  background: #cd0067;
  background: -moz-linear-gradient(-45deg, #ae0058, #ec0076);
  background: -webkit-linear-gradient(-45deg, #ae0058, #ec0076);
  background: -o-linear-gradient(-45deg, #ae0058, #ec0076);
  background: -ms-linear-gradient(-45deg, #ae0058, #ec0076);
  background: linear-gradient(-45deg, #ae0058, #ec0076);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#cssmenu2 ul li.active:before {
  position: absolute;
  right: -12px;
  top: 9px;
  z-index: 10;
  width: 28.526911934581186px;
  height: 28.526911934581186px;
  border-right: 1px dashed #ff4ea7;
  border-top: 1px dashed #ff4ea7;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#cssmenu2 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 #76003b;
  content: "";
}

.overflow {
    z-index: 10;
   
width: 100%;
		height: auto;
	text-align:  center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.wrapper         {width:100%;height:100%;margin:0 auto;}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:100%;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.h_iframe .ratio1 {display:block;width:100%;height:97%;}
.h_iframe .ratio2 {display:block;width:100%;height:100%;}
.h_iframe .ratio3 {display:block;width:82%;height:100%;}
.h_iframe .ratio4 {display:block;width:74%;height:97%;}
.h_iframe .ratio5 {display:block;width:75%;height:97%;}

.readmore {
    position: center;
    bottom: 0px;
    right: 0px;
    width: 80%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
    text-align: center;
    padding: 7px 0px;
    background: none repeat scroll 0% 0% #b4005a;
}

.readmore a{
	font-family:"Roboto Condensed",sans-serif;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:500;
	color:#FFFFFF;
	text-decoration:none;
	position:right;
	right:10px;
	top:5px;
	}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu5 {
  margin: 0;
  position: relative;
   font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 1;
  width: 230px;
}
.align-right {
  float: right;
}
#cssmenu5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu5 ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu5 ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu5 > ul > li > a {
  color: #194f27;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #f2e430;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu5 > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu5 > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu5 > ul > li:hover > a,
#cssmenu5 > ul > li.open > a,
#cssmenu5 > ul > li.active > a {
  background: #f0e118;
  color: #194f27;
}
#cssmenu5 ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu5 ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #f0e118;
  border-botom: 13px solid transparent;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu5 ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #194f27;
  z-index: 2;
  right: 20px;
  top: 23.5px;
  pointer-events: none;
}
#cssmenu5 ul > li:hover::after,
#cssmenu5 ul > li.active::after,
#cssmenu5 ul > li.open::after {
  border-top-color: #194f27;
}
#cssmenu5 ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu5 ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu5 ul ul {
  display: none;
}
#cssmenu5 > ul > li.active > ul {
  display: block;
}
#cssmenu5 ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu5 ul ul li a {
  background: #000000;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #194f27;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu5 ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu5 ul ul ul li {
  border: 0;
}
#cssmenu5 ul ul li:hover > a,
#cssmenu5 ul ul li.open > a,
#cssmenu5 ul ul li.active > a {
  background: #000000;
  color: #666666;
}
#cssmenu5 ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu5 ul ul > li.has-sub > a::before {
  border-top: 13px solid #000000;
}
#cssmenu5 ul ul ul li a {
  padding-left: 30px;
}
#cssmenu5 ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #194f27;
}
#cssmenu5 ul ul > li:hover::after,
#cssmenu5 ul ul > li.active::after,
#cssmenu5 ul ul > li.open::after {
  border-top-color: #666666;
}
.clearfix::after{content:"";display:table;clear:both}
