#cssmenu {
    background: none repeat scroll 0 0 transparent;
    height: 44px;
    position: relative;
    width: auto;
}
#cssmenu ul {
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*#cssmenu .current_page_parent > a,
#cssmenu .current_page_item > a {
background-image: url("../images/hover.jpg");
background-position: center bottom;
background-repeat: repeat-x;
color: #155b99;
}
*/



#cssmenu > ul {
    background: none repeat scroll 0 0 transparent;
    display: block;
    position: relative;
    width: 100%;
    z-index: 500;
}
#cssmenu:after, #cssmenu > ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-center ul {
    text-align: center;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu > ul > li {
       background-image: url("../images/fas.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
}
#cssmenu > ul > #menu-button {
    display: none;
}
#cssmenu ul li a {
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 7px;
    text-transform: capitalize;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 23px;
}
#cssmenu > ul > li:hover > a {
     background-image: url("../images/hover.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;

    color: #155b99;
	
}
#cssmenu li.has-sub:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cssmenu > ul > li.has-sub:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #484848 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    right: 11px;
    top: 15px;
}
#cssmenu > ul > li:hover:after {
    border-top-color: #ddd;
}
#indicatorContainer {
    bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#pIndicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2b2f3a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    height: 0;
    position: absolute;
    transition: left 0.25s ease 0s;
    width: 100%;
    z-index: -2;
}
#cIndicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2b2f3a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    height: 0;
    position: absolute;
    right: 100%;
    top: -12px;
    width: 100%;
    z-index: -2;
}
#cssmenu ul ul {
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 70px;
    transition: opacity 0.3s ease 0s, top 0.25s ease 0s;
    z-index: 1000;
 }
#cssmenu ul ul ul {
    padding-left: 5px;
    top: 37px;
}
#cssmenu ul ul li {
    position: relative;
}
#cssmenu > ul > li:hover > ul {
    left: auto;
    opacity: 1;
    top: 28px;
}
#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    opacity: 1;
    right: 0;
}
#cssmenu ul ul li:hover > ul {
    left: 170px;
    opacity: 1;
    top: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    opacity: 1;
    padding-right: 5px;
    right: 170px;
    top: 0;
}
#cssmenu ul ul li a {
 background: #155b99 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    color: #fff;
    font-size: 12px;
    padding: 7px 8px;
    transition: all 0.35s ease 0s;
    width: 160px;
}
#cssmenu.align-right ul ul li a {
    text-align: right;
}
#cssmenu ul ul li:hover > a {
    background: none repeat scroll 0 0 #fafafa;
    color: #222;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a {
    border-bottom: 1px solid #eeeeee;
}
#cssmenu > ul > li > ul:after {
 
    height: 0;
 	left: 37px;
    position: absolute;
    top: -7px;
    width: 0;
}
#cssmenu.align-right > ul > li > ul:after {
    left: auto;
    right: 30px;
}
#cssmenu ul ul li.has-sub:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #9ea2a5;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    right: 10px;
    top: 12px;
    transition: all 0.2s ease 0s;
}
#cssmenu.align-right ul ul li.has-sub:after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    left: 10px;
    right: auto;
}
#cssmenu ul ul li.has-sub:hover:after {
    border-left-color: #ffffff;
    right: -5px;
    transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover:after {
    border-left-color: transparent;
    border-right-color: #ffffff;
    left: -5px;
    transform: rotateY(180deg);
}
@media all and (max-width: 800px), not all, only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
    width: auto;
}
#cssmenu.align-center ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: none;
}
#cssmenu ul {
    width: auto;
}
#cssmenu .submenuArrow, #cssmenu #indicatorContainer {
    display: none;
}
#cssmenu > ul {
    display: block;
    height: auto;
}
#cssmenu > ul > li {
    float: none;
}
#cssmenu li, #cssmenu > ul > li {
    display: none;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul > li:hover > ul, #cssmenu ul ul > li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul > li:hover > ul, #cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    right: auto;
    top: auto;
}
#cssmenu ul .has-sub:after {
    display: none;
}
#cssmenu ul li a {
    padding: 12px 20px;
}
#cssmenu ul ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 8px 35px;
    width: auto;
}
#cssmenu.align-right ul ul li a {
    text-align: left;
}
#cssmenu ul ul li:hover > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #8c9195;
}
#cssmenu ul ul ul a {
    padding: 8px 50px;
}
#cssmenu ul ul ul ul a {
    padding: 8px 65px;
}
#cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
}
#cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
}
#cssmenu > ul > #menu-button {
    cursor: pointer;
    display: block;
}
#cssmenu #menu-button > a {
    padding: 14px 20px;
}
#cssmenu ul.open li, #cssmenu > ul.open > li {
    display: block;
}
#cssmenu > ul.open > li#menu-button > a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
    color: #fff;
}
#cssmenu ul ul:after {
    display: none;
}
#cssmenu #menu-button:after {
    border-bottom: 2px solid #7a8189;
    border-top: 2px solid #7a8189;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 22px;
}
#cssmenu #menu-button:before {
    border-top: 2px solid #7a8189;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 22px;
}
#cssmenu ul.open #menu-button:after, #cssmenu ul.open #menu-button:before {
    border-color: #fff;
}
}
