@node-height:25px;


.ztree li a.curSelectedNode{
    background-color: @menu-active-color !important;
    color: @whiteFFF !important;
    height: @node-height;
    padding-right: @content-padding;
    line-height: @node-height;
}

.ztree li a:hover{
    text-decoration: none !important;
}

.ztree li a{
    height: @node-height;
    line-height: @node-height;
}

.ztree li span.button.switch{
    height: @node-height;
}
