	.spacer { height: 6px;
	}
    .click-menu {
    }
    .click-menu .box1 {
        background: url("../images/button1.png") no-repeat;
        color: #ffffff;
    }
    .click-menu .box1-hover {
        background: url("../images/button1.png") no-repeat;
        color: #ffeba9;
    }
    .click-menu .box1-open {
        background: url("../images/button1.png") no-repeat;
        color: #ffeba9;
    }
    .click-menu .box1-open-hover {
        background: url("../images/button1.png") no-repeat;
        color: #ffeba9;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
		text-indent: 7px;
        font-weight: normal;
        font-size: 11px;
        line-height: 21px;
        font-family: Verdana;
        cursor: pointer;
        width: 150px;
		text-align: left;
    }
    .click-menu .section {
        background-color: #80aacc;  /*#6699cc*/
        font-family: Verdana;
        font-size: 11px;
        line-height: 15px;
        padding: 0 0 6px 6px;
        display: none;
	}
    .click-menu .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #003366;
		font-weight: normal;
		font-size: 11px;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: #003366;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
		text-align: left;
    }
    .click-menu .box2-hover {
        border-color: #003366;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        background: #f0f0f0;
		text-align: left;
    }
