.DropdownMenu {
        height: 35px;
        text-align: center;
        width: 100%;
        background: #056934;
}
.DropdownMenu ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.DropdownMenu .MenuList > li:first-child > a:before {
        content: "\f015";
        font-family: "Font Awesome 5 Pro" !important;
        color: #fff;
        font-size: 16px;
        line-height: 0;
}
.DropdownMenu ul.MenuList>li:nth-child(1) span{
        display: none;
}
.DropdownMenu ul.MenuList>li:nth-child(1){
        padding: 0 10px;
}
.DropdownMenu .MenuList .TopMenuActive {
        background: #0473b3 url("images/linemenu.png") no-repeat scroll right center;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
        /* background: rgba(0, 0, 0, 0) url("images/rh.png") repeat scroll left top; */
        float: left;
        padding: 0 10px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu:last-child {
        border-right: medium none;
}
.DropdownMenu .MenuList .TopMenu {
        display: block;
        float: left;
        height: 35px;
        list-style: outside none none;
        padding: 0 10px;
        position: relative;
        background: transparent url("images/linemenu.png") no-repeat scroll right center;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #fff;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #ffffff;
        font: bold 12px/35px Arial;
        text-decoration: none;
        text-shadow: 0 1px #686868;
        text-transform: uppercase;
        white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenu a span{
        font-family:Arial;
        font-weight:600;
        font-size: 12px;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #fff;
        font: bold 12px/35px Arial;
        text-decoration: none;
        text-shadow: 0 1px #686868;
        text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
        display: block;
}
.DropdownMenu .MenuList .Dropdown {
        background: #eaf6fc none repeat-x scroll left top;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;
        left: -10px;
        position: absolute;
        text-align: left;
        top: 98%;
        width: auto;
        z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #f9e5e5 none repeat scroll 0 0;
        border-radius: 0 0 3px 3px;
        color: #333;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 30px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #333;
        display: block;
        font: 10pt/30px arial;
        height: 35px;
        margin: 0;
        padding: 0 12px;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
        background: #ecedef none repeat scroll 0 0;
        display: inline-block;
        left: 98%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
        color: #333;
        font: 10pt/30px arial;
        padding: 0 10px;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background: #cdcdcd none repeat-x scroll left top;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
@media only screen and (max-width: 768px){
        .DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
                background: none!important;
        }
}
