.ft_menudrop_ul {
    margin: 0;
    padding: 0;
    position: relative;
    height: 20px;
    line-height: 20px;
    width: 100%;
    background-color: #C5D8E9;
    border-top: 1px solid #9BB1CA;
    border-bottom: 1px solid #9BB1CA;
    font-size: 100%;
    z-index: 3;
}

.ft_menudrop_ul_filho {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    height: 20px;
    width: 225px;
    top: 20px;
    left: -1px;
}

.ft_menudrop_li {
    height: 20px;
    float: left;
    position: relative;
    cursor: pointer;
    list-style: none;
}

.ft_menudrop_li_filho {
    position: relative;
    background: #ECF2F9;
    cursor: pointer;
    border-top: 1px solid #9BB1CA;
    border-left: 1px solid #9BB1CA;
    border-right: 1px solid #9BB1CA;
    list-style: none;
    _top: 1px;
    *height: 20px;
}

.ft_menudrop_li_hover {
    background-color: #4C79AB;
}

.ft_menudrop_ul_filho li ul {
    left: 223px;
    top: -1px;
}

.ft_menudrop_a {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #3F648D;
    font-weight: bold;
    display: block;
    padding: 5px;
    border-bottom: 0;
    padding: 0px 10px 0px 10px;
    _padding-bottom: 3px;
}

.ft_menudrop_a_filho1 {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #3F648D;
    font-weight: bold;
    padding: 5px;
    border-bottom: 0;
    padding: 0px 10px 0px 10px;
}

.ft_menudrop_a_filho2 {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #3F648D;
    font-weight: bold;
    display: block;
    padding: 5px;
    border-bottom: 0;
    padding: 0px 10px 0px 10px;
    height: 20px;
}

.ft_menudrop_a_hover {
    color: #FFFFFF;
}

.ft_menudrop_img_1 {
    border: 0px;
    margin-top: -3px;
    _margin-top: -1px;
}

.ft_menudrop_img_2 {
    border: 0px;
    _margin-top: 8px;
    margin-left: 10px;
}