#fase_dd{
    color: white;
    display: block;
    height: 100%;
    font-size:12px;
    line-height:30px;
    position: absolute;
    top: 55px;
    width: 100%;
}
#fase_dd ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 450px;
}
#fase_dd li{
    background-color: rgba(49,118,17,0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.486);
    cursor: pointer;
    padding: 0 10px;
}
#fase_dd li:hover{
    background-color: rgba(49,118,17,1);
}