#menutop, #menutop ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    height: 30px;
    z-index: 9999;
    width: 820px;
    float: left;
}

#menutop a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: url('menu_top/menu_bg.jpg') 0 0 repeat-x;
    padding: 7px 8px 5px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#menutop a:hover {
    background: url(menu_top/menu_se.jpg) repeat-x;
    color: #013e73;
}

#menutop li {
    float: left;
    position: relative;
    border-right: 1px solid #FFF;
}

#menutop li.last {
    border: none;
}

#menutop ul {
    position: absolute;
    display: none;
    width: 160px;
    top: 30px;
}

#menutop li ul a {
    width: 200px;
    height: auto;
    float: left;
    text-transform: none;
    color: black;
    font-weight: normal;
    /*background:#FFF url('menu_top/menu_sub.jpg') bottom left repeat-x;*/
    border-bottom: 1px solid white;
    background: #f5f9fc;
}

#menutop li ul a:hover {
    background: #ddeff9;
}

/* Xổ xuống giữ lại active ở top -> a phải nằm sau ul */
#menutop > li > ul:hover + a {
    background: url(menu_top/menu_se.jpg) repeat-x;
    color: #013e73;
}

#menutop ul ul {
    top: auto;
}

#menutop li ul ul {
    left: 215px;
    margin: 0;
}

#menutop li:hover ul ul, #menutop li:hover ul ul ul, #menutop li:hover ul ul ul ul {
    display: none;
}

#menutop li:hover ul, #menutop li li:hover ul, #menutop li li li:hover ul, #menutop li li li li:hover ul {
    display: block;
}