.DropdownMenu {
        background: #0072BA none repeat scroll 0 0;
        height: 36px;
        width: 100%;
        margin: 0 auto;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        margin: 0 auto;
        width: 100%;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
        height: 35px;
        position: relative;
        padding:0 20px
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
        height: 35px;
        padding: 0 20px;
}
.DropdownMenu .MenuList .TopMenu {
        background: rgba(0, 0, 0, 0) url("/Themes/Default/Images/phantach.gif") no-repeat scroll right center;
        float: left;
        height: 35px;
        padding: 0 20px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        height: 37px;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        font: bold 10pt/35px arial;
        text-decoration: none;
        text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {color: #fff;font: bold 10pt/35px arial;text-decoration: none;text-transform: uppercase;}
.DropdownMenu .MenuList .TopMenu:hover a {
        color: #fff;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
        display: block;
        height: 35px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #d1361a none repeat-x scroll left top;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #fff;
        display: inline-block;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        overflow: unset !important;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 35px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #d1361a none repeat-x scroll left top;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #fff;
        display: block;
        font: 16px/32px arial;
        height: 35px;
        margin: 0;
        padding: 0 12px;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: nowrap;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.DropdownMenu .MenuList .Popup {
        background: #d1361a none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: 180px;
        z-index: 1001;
        padding-left: 10px;
}
.DropdownMenu .MenuList .Popup .sub:hover {
}
.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;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: #fdf418;
        background: none;
}
