/*This style sheet is used to apply special rules*/
/*when a page is using the radTreeView.*/
/*****************************************************************/
    .MyHover .rtIn  
    {  
        text-decoration:none !important;  

    }  
    .MySelected .rtIn  
    {  
        background-color:transparent !important;  
        color:black !important;  
        
    }  
