
.DropdownMenu {
    background: linear-gradient(120deg, #bd0707, rgb(241, 61, 61));
    /*background: -webkit-linear-gradient(to right, #e79a10, #fce49c);*/
    
    
    height: 70px;
    width: 1160px;
    margin: auto;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    margin: auto;
    width: 1160px;
    display: flex ;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: outside none none;
margin-right: 5px;}
.DropdownMenu .MenuList li:first-of-type {
    display: none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    height: 35px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    background: #f73b3b; /* url("images/th.png") repeat-x scroll 0 0;*/
    height: 35px;
    padding: 0 8px;
border-radius: 3px;}
.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 8px;
    position: relative;
transition: 300ms;}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    height: 35px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font: bold 12px/35px arial;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fff;
    font: bold 12px/35px arial;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    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: #f0f0f0 none repeat-x scroll left top;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #111111;
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #222;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #fffce0 none repeat-x scroll left top;
    color: #222;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #111111;
    display: block;
    font: 10pt/35px 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: 100%;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #fffce0 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 {
        	flex-direction:column;
            align-items:start !important;
        }
        .DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    background: white !important;
   }
        .UIBannerControl div img{position:relative;top:0;height: 80px!important;}
        .NewSteeringControl {
			position:relative;
            top:50px;
        }
        .HotnewsControl{
			position:relative;
            top:40px;
        }
        .AdvertContent img{
			position:relative;
            top:10px;
        }
        .WebLink {
			position:relative;
            top:10px;
        }
       .LoginControl{
			position:relative;
            top:10px;
        }
        .LeftBar{
        position:relative;
            top:25px;
        }
}
@media only screen and (min-width: 769px) {
    .DropdownMenu .MenuList {
         display: flex !important;
    }
}