<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------Menu Doc -------------------------------*/
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 202px;
}
.ddsmoothmenu ul li {
    position: relative;
}
/* Top level menu links style */

.ddsmoothmenu ul li a {
    background: url('../images/lienminh_18.png') no-repeat;
    color: #3D3D3D;
    font-size: 12px;
    font-weight: bold;
    padding-left: 33px;
    line-height: 33px;
    height: 36px;
    display: block;
}
.ddsmoothmenu ul li a:focus, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:active {
    background: url('../images/lienminh_19.png') no-repeat;
    color: #E7DF26;
    text-decoration:none;
}
/*Sub level menu items */

.ddsmoothmenu ul li ul {
    height:32px;
    line-height:32px;
    color:#000;
    position: absolute;
    width: auto;
    min-width:190px;
    white-space:nowrap;
    top: 0;
    left: 0;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
    line-height:30px;
    margin: 0;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #E7DF26;
    text-decoration:none;
}
/* Holly Hack for IE \*/

* html .ddsmoothmenu ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu ul li a {
    height: 1%;
}
/* End */
.ddsmoothmenu3 {
    font-size: 12px;
    position: relative;
    z-index: 1005;
    width: 933px;
}
.ddsmoothmenu3 ul {
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu3 ul li {
    position: relative;
    display: inline;
    float: left;
    z-index: 5000;
}
/*Top level menu link items style*/

.ddsmoothmenu3 ul li a {
    background: url('../images/menu_cach.png') top right no-repeat;
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 17px;
    text-decoration: none;
}
* html .ddsmoothmenu3 ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.ddsmoothmenu3 ul li a:hover {
    background: url('../images/uparrow.png') bottom center no-repeat;
    color: #F8EF24;
    text-decoration: none;
}
/*1st sub level menu*/

.ddsmoothmenu3 ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu3 ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */

.ddsmoothmenu3 ul li ul li a {
    width: 190px;
    font-size: 12px;
    color: #FFF;
    margin: 0;
    line-height: 28px;
    border-top-width: 0;
    border-bottom: 1px solid gray;
    background: #006AB5;
    z-index: 5001;
}
.ddsmoothmenu3 ul li ul li a:hover {
    background: #0089D7;
    color: #FFF;
}
/* Holly Hack for IE \*/

* html .ddsmoothmenu3 ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu3 ul li a {
    height: 1%;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
    display:none;
}
.rightarrowclass {
    display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
    display: none;
    background: none;
}
.toplevelshadow {
}
</pre></body></html>