#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding:0px;
  display: block;
  position: relative;  font-size: 13px;
  color: #fff;
}
#cssmenu > ul > li{
/* padding: 5px 16px; */
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #00bbd3;
  width: 100%;
  float: right;
  margin-top: 5px;
}
#cssmenu > ul > li {
  float: left;
  /* border-bottom: 2px solid #01a0e2; */
}
#cssmenu ul li.strgtLn{  padding: 5px 3px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
#cssmenu ul li.strgtLn.one, #cssmenu ul li.strgtLn.tw, #cssmenu > ul li.fndUs, #cssmenu ul li.curcy{ display:none;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 8px 37px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#cssmenu > ul > li > a:hover, #cssmenu > ul > li > a.active {
  /* padding-right: 30px; */
  /* background-color: #0a8595; */
  /* color: #ffffff; */
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: none;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: none;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 29px;
  width: 200px;
  z-index:999999;
}

#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  width: 100%;
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 28px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  padding: 2px 5%;
  width: 90%;
  text-decoration: none;
  background: rgba(0,0,0,0.7);
  text-transform: uppercase;
  white-space:normal;
  font-weight:normal;
  color: #fff;
}
#cssmenu ul li ul li:hover a { background: rgba(0, 0, 0, 0.9);}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {

background:#fff692;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


@media only screen and (max-width: 1250px) {
#cssmenu > ul > li > a{font-size:12px;padding: 8px 31px;}
}
@media only screen and (max-width: 1024px) {
#cssmenu > ul > li > a, #cssmenu ul ul li a {font-size: 12px;}
#cssmenu ul li.strgtLn{ font-size:9px;  padding: 5px 0px;}
#cssmenu > ul > li{ padding:5px 3px;}
}

@media only screen and (max-width: 900px) {
#cssmenu > ul > li{padding: 5px 0px;}
#cssmenu > ul > li > a, #cssmenu ul ul li a {font-size: 11px;padding: 8px 35px;}


}


@media (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {

  #cssmenu {
    width: 283px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 999;
    float: right;
    background: none;
}
  #cssmenu ul {
    width: 268px;
    display: none;
    top: 42px;
    float: left;
    position: absolute;
    right: 0;
}
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    /* border-top: #06162c; */
    background-color: #ffffff;
    margin-top: 0;
    /* border-bottom: 1px solid #4ed495; */
    border-bottom: 1px solid #f4f4f4;
  }
  
  #cssmenu ul li:first-child{padding: 10px 13px;} 
  
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    /* margin-top: 6px; */
    padding: 3% 0px;
    padding: 10px 13px;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    background-color:#fff;
    padding: 10px 15px;
  }
  #cssmenu ul li a{/* width: 78%; *//* background: #e5a137; */display:block;/* padding: 10px 1% 10px 15%; */text-align:left;color: #134270;font-weight: bold;/* font-size: 11px; */line-height: 17px;padding: 0px;}
  #cssmenu > ul > li.has-sub > a.fcs{background-image:url(../images/icn-focs320.png);}
#cssmenu > ul > li.has-sub > a.nws{background-image:url(../images/icn-news320.png);}
#cssmenu > ul > li.has-sub > a.mmbrShp{background-image:url(../images/icn-mmbrshp320.png);}
#cssmenu > ul > li > a.frm{background-image:url(../images/icn-fourm320.png);}
#cssmenu > ul > li.has-sub > a.resurc{background-image:url(../images/icn-resurc320.png);}
#cssmenu > ul > li.has-sub > a.prss{background-image:url(../images/icn-press320.png);}
#cssmenu > ul > li.has-sub > a.cntctUs{background-image:url(../images/icn-cntct320.png);}
  
  #cssmenu > ul > li:hover > a {color: #0f9ee2;background-position:left -56px;}
#cssmenu > ul > li:hover > a.cntctUs{ color: #666666; background-position:left -59px;}
  #cssmenu > ul > li {
    float: none;
    border-right: 0px;
    border: 1px solid #f4f4f4;
    padding: 10px 13px;
  }
  #cssmenu ul li.logo{ display:none;}

  #cssmenu ul ul li a {
    padding-left: 25px;
    font-size: 13px;
}
  #cssmenu ul li:after{ content:''; display:block; clear:both;}
  
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #0098e1;
    background: none;
    font-weight: bold;
  }
  
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    top: 22px;
    float: none;
}
#cssmenu > ul > li > ul.wrkNav{margin-left:0px;}
  #cssmenu ul ul:before {display:none;}
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #134270;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    top: 0px;
    left: 0px;
    padding-right: 55px;
    text-indent: -10000px;
    text-align: left;
    width: 47px;
    padding: 0;
    height: 42px;
    background-color: #fefefe;
    float: right;
    padding: 0px;
    /* cursor: pointer; */
}


  #cssmenu #menu-button:after {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #134270;
    border-bottom: 2px solid #134270;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 12px;
    right: 14px;
    display: block;
    height: 2px;
    width: 20px;
    background: #134270;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after, #cssmenu #menu-button.menu-opened:before {
    top: 20px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #134270;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    min-height: 38px;
    width: 48px;
    cursor: pointer;
    /* max-height: 299px; */
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #134270;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
    display: none;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #134270;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
    top: 20px;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #134270;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


@media (max-width: 500px) and (min-width: 320px) {
#cssmenu{
    right: 5px;
    float: right;
    /* width: 40px; */
    border: 1px solid #f4f4f4;
    background: transparent;
    display: block;
    top: 60px;
    border: none;
}
#cssmenu #menu-button{
    width: 40px;
    height: 34px;
}

#cssmenu #menu-button:before{
   display: block;
   content: '';
   width: 15px;
   top: 10px;
   left: 13px;
}

#cssmenu #menu-button:after {
   display: block;
   content: '';
   width: 15px;
   top: 17px;
   left: 13px;
  }

  #cssmenu #menu-button.menu-opened:after, #cssmenu #menu-button.menu-opened:before{ top:16px;}
#cssmenu ul{top: 35px;width: 274px;border: 1px solid #f4f4f4;}
#cssmenu > ul > li > ul{width: 121%;background: #134270;left: -15px;top: 11px;z-index: 999;border-left: none;float: none;height: 300px;overflow: auto;}
#cssmenu ul ul li a{padding-left: 15px;font-size: 11px;padding: 0px 15px;}
}