﻿
.treeMenuNode:HOVER a
{
    
    color:White !important;
}

.treeMenuNode:HOVER
{
    background-color:rgb(50,91,144);
    color:White !important;
    cursor: pointer;
    font-size:14px;
}

.treeMenu table .treeMenuNodeSelected:HOVER
{
    background-color: rgb(216, 216, 216);
    font-size:14px;
    color:rgb(255, 0, 37) !important;
    color:#4d4d4d;
}

.treeMenuNodeSelected:HOVER a
{
    
    color:rgb(255, 0, 37) !important;
}