﻿ .TreeView
    {
       
    }
    .TreeView img
    {
        display:none;
    }
    /* ALL ELEMENTS */
    .NodeStyle
    {
        width: 196px;
        float: left;
        height: 29px;
        line-height: 29px;
        background: url('../images/leftNav_bg.png') no-repeat;
        text-indent:30px !important;
        display:block;
        overflow:hidden;
    }
    .NodeStyle a:link,a:visited,a:hover
   {
        font-family: Microsoft YaHei,Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        color: #b72e28;
        font-size:14px !important;
   }
    a.SelectedNodeStyle
    {
        width: 196px;
        float: left;
        height: 29px;
        line-height: 29px;
        background: url('../images/leftNav_bg_highlight.png') no-repeat;
        color: #fff !important;
        text-indent:30px !important;
        display:block;
        overflow:hidden;
    }