.panam-header-dropdown {
    width: 97px;
    height: 50px;
    overflow: hidden;
    display:block;
    padding-left:5px;

}
.panam-header-dropdown ul {
    margin: 0;
    padding: 0;
    width: 87px;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin-top: 10px;
    background-color:white;
    border-radius:3px;
    
}
.panam-header-dropdown ul li {
    height: 28px;
    color: #6a6a6a;
    line-height: 29px;
    font-size: 0.875rem;
    cursor:pointer;
    background:#fff;
    box-sizing:border-box;
    position:absolute;
    top:-10000px;
    width:100%;
}
.panam-header-dropdown ul li.selected {
    border: solid 1px #6c6c6c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url('../media_assets/dropdownarrow.png') no-repeat top right;
    top:0px;
}
.panam-header-dropdown ul li:not(.selected) {
    margin-top:1px;
}
.panam-header-dropdown a {
    color: #6a6a6a;
    text-decoration:none;
    display:block;
    padding-left: 5px;
    box-sizing:border-box;
    height:100%;
    width:100%;
}

.panam-header-dropdown ul li:not(.selected) a:hover, .panam-header-dropdown ul li:not(.selected) a:focus  {
    color: #6a6a6a;
    text-decoration:underline;
    /*background-color:#e6e6e6;*/
}
