#menuShowHide {
	display: inline;
}
#cssmenu input[type="checkbox"] {
	opacity: 0;
}
#mainMenu {
	display: none;
}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1.25em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  top: -1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul li {
  float: none;
}
#cssmenu a {
  display: block;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  background: #FFF;
  background: linear-gradient(to right, #ffffff 95%, #EAEEEF 100%);
  border: 1px solid #aaaaaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 12px;
  padding: 4px;
  width: 175px;
  top: 50px;
}
#cssmenu ul li {
  color: #000000;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  background: #036089;
  background: -moz-linear-gradient(#036089 0%, #044D86 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036089), color-stop(100%, #044D86));
  background: -webkit-linear-gradient(#036089 0%, #044D86 100%);
  background:-o-linear-gradient(top,  #036089 0%,#044D86 100%);
  background:-ms-linear-gradient(top,  #036089 0%,#044D86 100%);
  background: linear-gradient(#036089 0%, #044D86 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#036089', endColorstr='#044D86',GradientType=0 );
  color: #FFF;
}
#cssmenu ul li.hover > a,
#cssmenu ul li:hover > a {
  color: #FFF;
  border: 1px solid #4b8e23;
}
#cssmenu ul ul {
  width: 145px;
  border-bottom-left-radius: 4px;
}
#cssmenu a {
  border: 1px solid transparent;
  padding: 3px 10px;
  text-decoration: none;
  color: #2a76b1;
}
#cssmenu ul a {
  text-transform: uppercase;
}
#cssmenu ul ul a {
  text-transform: none;
}
#cssmenu a:link,
#cssmenu a:visited {
  color: #2a76b1;
  text-decoration: none;
  font-weight: 600;
}
#cssmenu a:hover {
  background: #036089;
  background: -moz-linear-gradient(#036089 0%, #044D86 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036089), color-stop(100%, #044D86));
  background: -webkit-linear-gradient(#036089 0%, #044D86 100%);
  background: linear-gradient(#036089 0%, #044D86 100%);
  background:-o-linear-gradient(top,  #036089 0%,#044D86 100%);
  background:-ms-linear-gradient(top,  #036089 0%,#044D86 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#036089', endColorstr='#044D86',GradientType=0 );
  color: #FFF;
}

#cssmenu a:active {
  color: #ffa500;
}
#cssmenu .has-sub:hover > a:after,
#cssmenu .has-sub.hover > a:after {
  border-color: transparent transparent transparent #FFF;
}
#cssmenu .has-sub > a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #2a76b1;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  -webkit-transform: rotate(360deg);
}
