td.top {
        background-color: peru;
        line-height: 26px;
        text-indent: 10px;
        font-size: 13px;
        font-weight: bold;
        font-family: Arial;
        color: #ffffff;
    }
div.left {
        width: 140px;
        height: 100%;
        background-color: #FCAC24;
        
    }
   
    td.section {
        padding: 6px 12px;
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url("images/tree-node.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
    }
    .click-menu .box1-open {
        background: url("images/tree-node-open.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
        
    }
    .click-menu .box1,
    .click-menu .box1-open, {
        color:  #6A481B;
        font-family: arial;
         font-weight: bold;
        font-size: 12px;
        
    }
    .box0-open {
    background: url("images/tree-node-puste.gif") no-repeat;
         padding-left: 19px;
        cursor: default;
         text-decoration: none;
    }
    a.puste
    {
     color: #6A481B;
        font-family: arial;
        font-size: 12px;
        cursor: hand;
         text-decoration: none;
    }
     a.puste:hover
    {
     color: #DDCDA8;
        font-family: arial;
        font-size: 12px;
        cursor: hand;
         text-decoration: none;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #6A481B;
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 1px;
       
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #6A481B;
        font-family: arial;
        font-size: 12px;
        height: 16px;
       
    }
    .click-menu .section {
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        display: none;
    }
    .click-menu .section a {
        color: #6A481B;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color:  #DDCDA8;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        background: url("images/tree-leaf.gif") no-repeat;
        padding-left: 19px;
    }
    .click-menu .box2-last {
        background: url("images/tree-leaf-last.gif") no-repeat;
        padding-left: 19px;
    }

