
.DropdownMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ededed+33,dbdbdb+63,d1d1d1+100 */
      background: #b80f0c;

    height: 35px;
    width: 100%;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
    width: 1200px;
}
.DropdownMenu .MenuList {
    width: 85%;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    height: 35px;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    position: relative;
    background: #fefcea;
    border-radius: 12px 12px 0px 0px;
    
  	color: red;
}

.DropdownMenu .MenuList .TopMenuActive span.Trang-chu-53870 {
    text-transform: none; 
}

.DropdownMenu .MenuList .TopMenuActive img{
    padding-top:9px;
}

.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    padding: 0 15px;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 10pt/35px arial;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #b80f0c;
    font: bold 10pt/35px arial;
    text-decoration: none;
    text-transform: none;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #b80f0c;
    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: #f9f9fb 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;
     overflow: initial !important;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #bf9002;
    font-weight: bold;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
    color: #b80f0c;

}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #f8f8e2 none repeat-x scroll left top;
    color: #b80f0c;
    cursor: pointer;
   
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #b80f0c;
    display: block;
    font: bold 10pt/35px arial;
    height: 35px;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
   
}
.DropdownMenu .MenuList .Popup {
    background: #fefce6 none repeat scroll 0 0;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
    overflow: initial !important;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #f8f8e5 none repeat-x scroll left top;
    color:#b80f0c;
  
}
.DropdownMenu .MenuList .Popup .sub:hover >a{
    background: #f8f8e2 none repeat-x scroll left top;
        color: #b80f0c;
     
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    color:#b80f0c ;
    padding-left: 4px;
    padding-right: 4px;
}

