/* Dropdown Styles */
#header .dropdown > li {
    border-bottom: 1px dotted #a2a2a2;
    width: 100%;
    float: left;
    list-style: none;
}

#header .dropdown > li.last {
    border-bottom: none !important;
}

#header .dropdown > li > a {
    color: #000 !important;
    border-right: none !important;
    font-size: 12px;
    font-weight: normal !important;
    height: 100%;
    padding: 5px 15px !important;
    text-transform: none !important;
}

#header .dropdown li a:hover {
    background-color: #F7F7F7 !important;
    background-image: none !important;
}

#pullDownLogin {
    float: right;
    position: relative;
}

#pullDownLogin a {
    color: #fff;
    float: left;
    height: 16px;
}

#pullDownLogin a span {
    float: left;
}

#pullDownLogin .iconSign {
    margin: 0 0 0 5px;
}

#pullDownLogin .textoLogin {
    width: 65px;
}

#pullDownLogin #dropdownLogin {
    float: right;
    left: -45px;
    top: 26px;
    width: 170px !important;
}

#pullDownLogin #dropdownLogin li a {
    width: 140px !important;
}

#pullDownLogin #dropdownLogin .bottomRadio {
    background: url(/JFP/avatar/images/header/bottom_bg_dropdown_170.png) no-repeat scroll 0 bottom;
}

#header .dropdown {
    -moz-box-shadow: 2px 2px 24px -7px #3D3D3D;
    -webkit-box-shadow: 2px 2px 24px -7px #3D3D3D;
    box-shadow: 2px 2px 24px -7px #3D3D3D;
    background-color: #FFF;
    display: none;
    left: 8px;
    padding: 10px 0;
    position: absolute;
    z-index: 50;
}

#header .bottomRadio {
    background: url("../images/header/bottom_bg_dropdown.png") no-repeat 0 bottom;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 100%;
    left: 0;
}