body
{
}
div.left
{
	border-right: #0000cd 2px solid;
	border-bottom: #0000cd 2px solid;
	margin-top: 16px;
	width: 190px;
	background-color: #ffffff;
}
    td.top
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-indent: 10px;
	line-height: 26px;
	font-family: tahoma;
	background-color: #0000cd;
}
    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: #000000;
        font-family: arial;
        font-size: 12px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 1px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #000000;
        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: #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("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;
    }