
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #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; z-index:9999999; 
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
 
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {position:relative; float:right; text-align:center;  height:35px ; font-size:15px; color:#fff; cursor:pointer; padding-top:18px;  font-weight:bold; font-family: 'Source Sans 3', sans-serif;  text-align:center;  margin-top:0;-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear; padding-left:2%; padding-right:2%;text-shadow:0px 1px 0px  #000;  }
#cssmenu:hover{color:#7CCAE2}
#cssmenu > ul {
 
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
  padding-bottom:30px;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {

  padding: 18px 25px 21px 25px;
  border-right: 1px solid #d3eced;
  
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
 
}
#cssmenu > ul > li.has-sub > a {

}
#cssmenu > ul > li.has-sub > a::after {
 
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 20px;
  font-size:22px; color:#FFFFFF
 font-family: 'Open Sans Condensed', sans-serif;
  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; -webkit-box-shadow: 0px 1px 4px 0px #000;
-moz-box-shadow: 0px 1px 4px 0px #000;
box-shadow: 0px 1px 4px 0px #000;background:url(../img/back_menu_hover.png); margin-left:-20px; padding-bottom:20px;background:#E4E3E3; z-index:9999999; padding-left:20px; text-align:left; width:240px
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
 
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul::after {

}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 40px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: 0;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left:0;
}
#cssmenu.align-right ul ul ul {
  padding-right: 50px;
}
#cssmenu ul ul > li:hover > ul {
  left: 371px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 100;
  padding: 5px 5px  ;
  padding-bottom:5px;
  width: 200px; 
  color: #333333;
  font-size:16px;
 font-family: 'Open Sans Condensed', sans-serif; text-align:left;   z-index:9999999; font-weight:bold; text-shadow:none

}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  text-decoration:underline
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #01329E;
  right: 17px;
  top: 14px; 
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #fff;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #fff;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #fff;
  border-left-color: transparent;
}
