<!--
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a {
    color: #0085ae;
    text-decoration: none;
}

    a:hover {
        color: #8FCEE2;
    }
.x-column-header {
    height: 39px;
    color: #808080;
}


.x-grid-td {
    vertical-align: middle;
     
}
-->

.custom-hover .x-menu-item-link {
 
    background-color: rgb(127, 181, 228) !important;
    
    border-color: rgb(90, 150, 210) !important;
   
    color: #000000 !important;
}