
.DropdownMenu {
    height: 0;
    margin: 2px auto;
    white-space: nowrap;
    width: 1200px;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    text-align: left;
}
.DropdownMenu .MenuList li:first-child {
}
.DropdownMenu .MenuList .TopMenu:hover {
    background: #ff9900 none repeat scroll 0 0;
    display: inline-block;
    height: 38px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu, .TopMenuActive {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fff !important;
}
.DropdownMenu .MenuList .TopMenuActive {
    background: #ff9900 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 38px;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    display: block;
    font: bold 10pt/40px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fff;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #fff;
    font: bold 10pt/39px arial;
}
.DropdownMenu .MenuList .TopMenuActive a {
    font: bold 10pt/40px arial;
    text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/haschildren.png") no-repeat scroll center bottom;
    display: block;
    height: 40px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #75c3dd none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    left: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 215px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 36px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #ff9900 none repeat-x scroll left top;
    color: #000;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #ffffff;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #000;
    display: block;
    font: 11pt/36px arial;
    margin: 0 0 0 20px;
    text-decoration: none;
    text-transform: none;
}
.DropdownMenu .MenuList .Popup {
    background: #e65f30 none repeat scroll 0 0;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 2px;
    width: 180px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub {
    background: #99ff99 none repeat scroll 0 0;
    position: relative;
    top: -2px;
}
.DropdownMenu .MenuList .Popup .sub a {
    color: #000 !important;
}
.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;
}
