#lgnav ul {
    display: none;
}
#lgnav ul li span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff;
}
#lgnav ul li {
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}

#lgnav ul.despliega {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    background: #333;
    z-index: 2;
}

#lgnav {
    float: right;

    cursor: pointer;
    position: relative;
    border: none;
    margin-top: 9px;
    margin-right: 8px;
}

#lgnav .current:hover {
    background: #404040;
    color: #fff;
}
#lgnav .current {
    font-weight: normal;
    padding: 0;
    line-height: initial;
    color: #505050;
    background: #f6f6f6;
    text-shadow: none;
    border-radius: 5px;
    padding: 6px 10px;
}
#lgnav .current:after {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    color: #686666;
    vertical-align: -2px;
    content: "\f107";
    padding-left: 6px;
}
