/* For treemenu.js */

.tree { color: #990000;  }
.tree li,
.tree li > a,
.tree li > span {
  
    border-radius: 4px;
}

.tree li a {
   color:#303030;
    text-decoration: none;
    line-height: 20pt;
    border-radius: 4px;
	    font: 13px/38px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
    height: 40px;
}

.tree li a:hover {
    
    color: #990000;
}

.active {
    background-color: #34495E;
    color: white;
}

.active a {
    color: #fff;
}

.tree li a.active:hover {
    background-color: #34BC9D;
}

.treemenu{padding-top:10px}
.treemenu li { list-style: none; }

.treemenu .toggler {
    cursor: pointer;
    font-size: 18px;
}

.treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt;
}
li.tree-closed{padding:8px 0}
li.tree-empty > .toggler { color: #aaa; }
li.tree-empty > .toggler:before { content: "\2212"; }
li.tree-closed > .toggler:before { content: "+"; }
li.tree-opened > .toggler:before { content: "\2212"; }