#topMenu{    
    height: 32px;
    width: 100%;
    background-color: #FFFFFF;
    position:relative;
}

#topImage{
    text-align: left;
}

#topImage img{
    height: 91px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#topImage.selea img{
    width: 481px;
    height: 100px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#topImage.selea{
    background-color: #33bef3 !important;   
}

.top_menu_copertura {
/*    width: 100%;*/
/*    padding-left: 84%;*/
    height: 32px;
    border: 1px solid #d6ef4b;;
    box-sizing: border-box;
}

.top_menu_copertura .menu_link{
    width: 33.3% !important;
    border-left: 1px solid #d6ef4b;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
/*    width: 100% !important;*/
}

.menu_link_astel,
.menu_link_selea{
    border-bottom-color: #33bef3 !important;
    border-right-color: #33bef3 !important;
    border-top-color: #33bef3 !important;
}

.menu_link_astel.hvr-fade:hover, .menu_link_astel.hvr-fade:focus, .menu_link_astel.hvr-fade:active ,
.menu_link_selea.hvr-fade:hover, .menu_link_selea.hvr-fade:focus, .menu_link_selea.hvr-fade:active {
    background-color: #33bef3 !important;
    color: black;
}

.menu_link_astel.menu_link_active,
.menu_link_astel.menu_link_active{
    background-color: #33bef3 !important;
    color: black;
}

.menu_link{
    text-decoration: none;
    list-style: none; 
    cursor: pointer;
    padding: 0; 
    margin: 0;
    float:left;
    min-height: 30px;
    border-bottom-color: #d6ef4b;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #d6ef4b;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-color: #d6ef4b;
    border-top-width: 1px;
    border-top-style: solid;
    line-height: 30px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.hvr-fade {
    transition-duration: 0.3s;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #d6ef4b;
    color: black;
}

.menu_link_active{
    background-color: #d6ef4b;
    color: black;
}