<style type="text/css">
    div.left {
        width: 190px;
        height: 100%;
        background-color: #ffffff;
    }
    td.top {
        background-color: #B8B6B6;
        line-height: 26px;
        text-indent: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
    }
    td.section {
        padding: 6px 10px;
    }
    .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: #333536;
        font-family: arial;
        font-size: 12px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #333536;
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 1px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #333536;
        font-family: arial;
        font-size: 12px;
	  font-weight: normal;
        height: 18px;
    }
    .click-menu .section {
        font-family: arial;
        font-size: 11px;
        line-height: 16px;
        display: none;
    }
    .click-menu .section a {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #FF0000;
        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;
    }
    </style>