    div.left {
        width: 90px;
        height: 100%;
        background-color: #ffffff;
    }
    td.top {
        background-color: #999999;
        line-height: 26px;
        text-indent: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: tahoma;
        color: #ffffff;
    }
    td.section {
        padding: 0px 0px;
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url("style/images/tree-node.gif") no-repeat;
		  font-weight: bold;
        padding-left: 10px;
        cursor: default;
    }
    .click-menu .box1-open {
        background: url("style/images/tree-node-open.gif") no-repeat;
	font-weight: bold;
        padding-left: 10px;
        cursor: default;
    }
    .click-menu .box1,
    .click-menu .box1-open, {
        color: #000000;
        font-family: arial;
	font-weight: bold;
        font-size: 10px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 11px;
        line-height: 16px;
	font-weight: bold;
        padding-bottom: 1px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 11px;
	font-weight: bold;
        height: 16px;
    }
    .click-menu .section {
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        display: none;
    }
    .click-menu .section a {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #0000ff;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        background: url("style/images/tree-leaf.gif") no-repeat;
        padding-left: 10px;
    }
    .click-menu .box2-last {
        background: url("style/images/tree-leaf-last.gif") no-repeat;
        padding-left: 10px;
    }