.DropdownMenu {
    /* background-image: linear-gradient(to right top, #006fff, #007eff, #008bff, #0097ff, #00a3ff, #00a2ff, #00a2ff, #00a1ff, #0294ff, #3085ff, #5374ff, #735ffb);text-align: center; */
    width: 100%;
    background: #d40f21;
   border-top: 2px solid #ed7a84
}
.DropdownMenu ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    height: 38px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0 15px;
  	border-right: 1px solid #ffffff;
}
.DropdownMenu .MenuList .TopMenu {
    display: block;
    float: left;
    height: 38px;
    list-style: outside none none;
    padding: 0 15px;
    position: relative;
  	border-right: 1px solid #ffffff;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #ffffff;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 10pt/38px arial;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #ffffff;
    font: bold 10pt/38px arial;
    text-decoration: none;
      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;
    #height: 30px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #fff none repeat-x scroll left top;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 280px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #fea20e none repeat-x scroll left top;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #333;
    display: block;
    font: 10pt/30px arial;
    height: 30px;
    margin: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
}
.DropdownMenu .MenuList .Popup {
    background: #ecedef none repeat scroll 0 0;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 280px;
    z-index: 1001;
}
.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;
      color: #333;
}
.DropdownMenu .MenuList .Popup .sub a span{
      color: #333;
}
.DropdownMenu .AdvanceBar {
    background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
    display: block;
    height: 30px;
    line-height: 30px;
}
.DropdownMenu .AdvanceBar .NewsBar {
    display: inline-block;
    margin-left: 80px;
    margin-right: 16px;
}
.DropdownMenu .AdvanceBar .NewsBar .item {
    background: rgba(0, 0, 0, 0) url("images/bullet_vuong.png") no-repeat scroll 0 center;
}
.DropdownMenu .AdvanceBar .NewsBar .item a {
    color: #d1450a;
    font: bold 9pt arial;
    margin-left: 16px;
    text-decoration: none;
}
.DropdownMenu .AdvanceBar .ControlBar {
    display: inline-block;
    float: right;
    height: 30px;
}
.DropdownMenu .AdvanceBar .SearchBar {
    display: inline-block;
    height: auto;
    margin-top: 4px;
}
.DropdownMenu .AdvanceBar .SearchBar .TextBox {
    display: inline-block;
    padding-left: 16px;
}
.DropdownMenu .AdvanceBar .SearchBar .Text {
    border: 1px solid #c0c0c0;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 150px;
}
.DropdownMenu .AdvanceBar .SearchBar .SearchButton {
    background: #e65f30 url("images/find.png") no-repeat scroll center center;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.DropdownMenu .AdvanceBar .LanguageBar {
    display: inline-block;
    margin-left: 1px;
}
.DropdownMenu .AdvanceBar .LanguageBar .lang {
    border: medium none;
    display: inline-block;
    height: 18px;
    padding-left: 2px;
    width: 26px;
}
@media only screen and (min-width: 769px){
.DropdownMenu .MenuList {
    display: inline-block !important;              
}
.DropdownMenu {
    height: 38px;
}       
}