    table.menuTable{
    width:130px;
    }
    td.top {
        background-color: #999999;
        background-color2: yellow;

	  line-height: 26px;
        text-indent: 10px;
        font-size: 13px;
        font-weight: bold;
        font-family: verdana;
        color: #ffffff;
        letter-spacing:1px;
        
        
    }
    td.section {
        padding: 6px 12px;
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url("images/arrow1.gif") no-repeat;
        background-position:center left;
        padding-left: 8px;
        cursor: pointer;
    }
    .click-menu .box1-open {
        background: url("images/arrowD.gif") no-repeat;
        background-position:center left;
        padding-left: 8px;
        cursor: pointer;
    }
    .click-menu .box1,
    .click-menu .box1-open, {
        color: #999999;
        font-size:7pt;
        font-weight: bold;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
    
        color: #999999;
        font-size:7pt;
        font-weight: bold;
        padding-bottom: 1px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #999999;
        font-size:7pt;
        font-weight: bold;
        height: 13px;
    }
    
    .click-menu .section {
        color: #999999;
        font-size:7pt;
        font-weight: bold;
        line-height: 13px;
        display: none;
    }
    .click-menu .section a {
        color: #999999;
        font-size:7pt;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
        letter-spacing:1px;
    }
    .click-menu .section a:hover {
        text-decoration: underline;
        font-size:7pt;
        font-weight: bold;}
        color: #ffaa5b;
        white-space: nowrap;
        letter-spacing:1px;
    }
    .click-menu .box2 {
        background: url("images/tree-leaf.gif") no-repeat;
        padding-left: 1px;
    }
    .click-menu .box2-last {
        background: url("images/tree-leaf-last.gif") no-repeat;
        padding-left: 1px;
    }
    .click-menu .box3 {
        background: url("images/tree-noChild.gif") no-repeat;
        padding-left: 1px;
    }
    .click-menu .box3-last {
        background: url("images/tree-noChild-last.gif") no-repeat;
        padding-left: 1px;
    }
    a.section2 {
        color: #999999;
        font-size:7pt;
        font-weight: bold;
        _line-height: 16px;
        
    }
    a.section2 {
        font-size:7pt;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
        white-space: nowrap;
        letter-spacing:1px;
    }
    a.section2:hover {
        color: #ffaa5b;
        text-decoration: none;
        white-space: nowrap;
        letter-spacing:1px;
        font-size:7pt;
        font-weight: bold;
    }
    a.section2 a:hover {
        color: #0000ff;
        text-decoration: none;
        white-space: nowrap;
        font-size:7pt;
        font-weight: bold;
    }

