body {
        background-color: #f0efee;
    }
    .click-menu {
    }
    .click-menu .box1 {
        background: url("images/button1.gif") no-repeat;
        color: red;
    }
    .click-menu .box1-hover {
        background: url("images/button1.gif") no-repeat;
        color: red;
    }
    .click-menu .box1-open {
        background: url("images/button1-click.gif") no-repeat;
        color: brown;
    }
    .click-menu .box1-open-hover {
        background: url("images/button1-click.gif") no-repeat;
        color: brown;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 18px;
        line-height: 31px;
        font-family: "Trebuchet MS", "Georgia", "Times New Roman", "Times", "serif";
        cursor: pointer;
        width: 150px;
    }
    .click-menu .section {
        background-color: #f0efee;
        font-family: "Trebuchet MS", "Georgia", "Times New Roman", "Times", "serif";
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
		color: yellow;
    }
    .click-menu .section a {
        color: yellow;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: blue;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none none none;
        padding: 1px 0 2px 6px;
    }
    .click-menu .box2-hover {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none none none;
        padding: 1px 0 2px 6px;
        background: #f0efee;
    }
	