
.DropdownMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ededed+33,dbdbdb+63,d1d1d1+100 */
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 33%, rgba(219,219,219,1) 63%, rgba(209,209,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 33%,rgba(219,219,219,1) 63%,rgba(209,209,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 33%,rgba(219,219,219,1) 63%,rgba(209,209,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    height: 35px;
    width: 100%;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
    width: 1000px;
}
.DropdownMenu .MenuList {
    width: 100%;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    height: 35px;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    position: relative;
    background: #2d6701;
    border-radius: 12px 12px 0px 0px;
  	color: #fff;
}

.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 9px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
    color: #2d6701;
    font: bold 10pt/35px arial;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fff;
    font: bold 10pt/35px arial;
    text-decoration: none;
    text-transform: none;
}
.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: #e9e9e9 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: #2d6701;
    font-weight: bold;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;

}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #ddd none repeat-x scroll left top;
    color: #2d6701;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #168a01;
    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: #ecedef 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: #cdcdcd none repeat-x scroll left top;
    color:green;
  
}
.DropdownMenu .MenuList .Popup .sub:hover >a{
    background: #cdcdcd none repeat-x scroll left top;
        color: #2d6701;
     
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    color:#168a00 ;
    padding-left: 4px;
    padding-right: 4px;
}

