
    .bar-menu {
    }
    .bar-menu .box1 {
        background: url("/astro/img/blue_button1.png") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-hover {
        background: url("/astro/img/blue_button1.png") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1-open {
        background: url("/astro/img/blue_button1-push.png") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-open-hover {
        background: url("/astro/img/blue_button1-push.png") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1,
    .bar-menu .box1-hover,
    .bar-menu .box1-open,
    .bar-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 1.0em;
        line-height: 36px;
        font-family: arial;
        cursor: pointer;
        width: 150px;
    }
    .bar-menu .section {
        background-color: #ffffff;
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .bar-menu .section a {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .section a:hover {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 15px;
        text-align: left;
        font-size: 1.3em;
    }
    .bar-menu .box2-hover {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 15px;
        background: #3c86d2;
        text-align: left;
        font-size: 1.3em;
    }
