
.DropdownMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
    background: #168a01;
    height: 35px;
    width: 100%;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0px 0px 0px 35px;
    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: #f2fef0;
    border-radius: 12px 12px 0px 0px;
  	color: #168a01;
}

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

.DropdownMenu .MenuList .TopMenuActive span{
    text-transform: none;
  	color: #168a01;
}

.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: #fff;
    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: uppercase;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #168a01;
    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;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #168a01;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #ddd none repeat-x scroll left top;
    color: #168a01;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #168a01;
    display: block;
    font: 10pt/30px 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: 180px;
    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;
}
