* {text-rendering: geometricPrecision}
.DropdownMenu {
    background: none repeat scroll 0 0 #000099;
    
    height: 36px;    
}
.DropdownMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    height: 36px;
    margin: 0 auto;
    background-color: #740524;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: none outside none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    background: none repeat scroll 0 0 #740524;
    
    height: 36px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0 9px;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    height: 36px;
    padding: 0 9px;
    position: relative;
    border-right: 1px solid #0082e3;
    border-left: 1px solid #000099;
    min-width: 80px;
    text-align: center;
    background: -webkit-linear-gradient(to bottom, #fd3434, #631b1b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, #fd3434, #631b1b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #fd3434, #631b1b); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fd3434, #631b1b); /* Standard syntax */
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #ffffff;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 8pt/36px arial;
    text-decoration: none;
    text-transform: uppercase;
      white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #ffffff;
    font: bold 8pt/36px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    display: block;
    height: 36px;
}
.DropdownMenu .MenuList .Dropdown {
    background: none repeat-x scroll left top #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 300px;
    z-index: 1000;
      top: 100%;
    left: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: none repeat-x scroll left top #0082e3;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #000;
    display: block;
    font: 10pt/35px arial;
    height: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
}
.DropdownMenu .MenuList .Popup {
    background: none repeat scroll 0 0 #ecedef;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: none repeat-x scroll left top #0082e3;
}

.DropdownMenu .MenuList .Popup .sub:hover a span{ color: #fff;}

.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-right: 4px;
    color:#000;
}

.DropdownMenu .MenuList .Popup .sub a span {

    color: #000;
}

.DropdownMenu .AdvanceBar {
    background: url("images/advance_bg.png") repeat-x scroll 0 0 #cfcfcf;
    display: block;
    height: 30px;
    line-height: 30px;
}
.DropdownMenu .AdvanceBar .NewsBar {
    display: inline-block;
    margin-left: 80px;
    margin-right: 16px;
}
.DropdownMenu .AdvanceBar .NewsBar .item {
    background: url("images/bullet_vuong.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.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: url("images/find.png") no-repeat scroll center center #e65f30;
    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 (max-width: 768px){
    .DropdownMenu, .DropdownMenu .MenuList .TopMenu {
    background: none !important;
    
}
}  


