 
    td.section {
        padding: 0px 0px;
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url(../images/tree_node.gif) no-repeat;
        padding-left: 20px;
        cursor: pointer;
    }
    .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: #006600;
        font-size: 11px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #4F6E7D;
        font-size: 11px;
								font-weight: bold;
        line-height: 16px;
								padding-bottom: 1px;
		cursor: pointer;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #4F6E7D;
        font-size: 11px;
							 font-weight: bold;
        height: 16px;
								cursor: pointer;
    }
    .click-menu .section {
        font-size: 11px;
        line-height: 16px;
        display: none;
		cursor: pointer;
		padding-left:20px;
    }
    .click-menu .section a {
        color: #4F6E7D;
        text-decoration: none;
								font-weight: normal;
        white-space: nowrap;
		cursor: pointer;
    }
    .click-menu .section a:hover {
        color: #A1A1A1;
        text-decoration: none;
        white-space: nowrap;
		cursor: pointer;
    }
	
	.click-menu .box1 a,
	.click-menu .box1-open a {
        color: #4F6E7D;
        text-decoration: underline;
								font-weight: normal;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
    }
    .click-menu .box1 a:hover,
	.click-menu .box1-open a:hover {
        color: #A1A1A1;
        text-decoration: none;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
    }
    .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;
    }
/************************************/	
	a.sectionhead {
        color: #4F6E7D;
        text-decoration: underline;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
		font-size:11px;
		height: 20px;
    }
/**********************************/
     a:hover.sectionhead {
        color: #4F6E7D;
        text-decoration: none;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
		font-size:11px;
		height: 20px;
    }
	 a.section2 {
        color: #4F6E7D;
        text-decoration: underline;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
		padding-left:19px;
		font-size:11px;
		height: 16px;
    }
     a:hover.section2 {
        color: #A1A1A1;
        text-decoration: none;
        white-space: nowrap;
		cursor: pointer;
		font-weight:bold;
		padding-left:19px;
		font-size:11px;
		height: 16px;
    }