@charset 'UTF-8';
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #033d66 100% 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #033d66), color-stop(100%, #033d66));
  background: -webkit-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -o-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -ms-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: linear-gradient(to bottom, #033d66 0%, #033d66 100%);
  font-weight: 600;
  height: 52px;
  width: 1004px;
    z-index: 1;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  box-shadow: inset 0 1px 0 whitesmoke;
  -moz-box-shadow: inset 0 1px 0 whitesmoke;
  -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  background: #033d66 100% 100%;
  background: -moz-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #033d66), color-stop(100%, #033d66));
  background: -webkit-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -o-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: -ms-linear-gradient(top, #033d66 0%, #033d66 100%);
  background: linear-gradient(to bottom, #033d66 0%, #033d66 100%);
  color: #ffffff;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 52px;
  padding: 0 28px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
  box-shadow: inset 0 1px 0 whitesmoke;
  -moz-box-shadow: inset 0 1px 0 whitesmoke;
  -webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  color: white;
  background: #1885f2;
  background: -moz-linear-gradient(top, #1885f2 0%, #489ef5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1885f2), color-stop(100%, #489ef5));
  background: -webkit-linear-gradient(top, #1885f2 0%, #489ef5 100%);
  background: -o-linear-gradient(top, #1885f2 0%, #489ef5 100%);
  background: -ms-linear-gradient(top, #1885f2 0%, #489ef5 100%);
  background: linear-gradient(to bottom, #1885f2 0%, #489ef5 100%);
}
#cssmenu .has-sub {
  z-index: 1012;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li a {
  background: #489ef5;
  border-bottom: 1px solid #59636f;
  border-bottom: 1px solid #3092f3;
  box-shadow: inset 0 1px 0 #489ef5;
  -moz-box-shadow: inset 0 1px 0 #489ef5;
  -webkit-box-shadow: inset 0 1px 0 #489ef5;
  color: white;
  display: block;
  line-height: 5%;
  padding: 15px 10px;
  font-size: 11px;
}
#cssmenu .has-sub ul li:hover a {
  background: #1885f2;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #489ef5;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #1885f2;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

