.click-menu {
    width: 120px;
    background-color:#003366;
}
.click-menu .box1 {
/*
     background-color: #003366;
*/
    background: url("../images/button1.gif") no-repeat;
    color: #99bb99;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-hover {
/*
     background-color: #336699;
*/
    background: url("../images/button1-click.gif") no-repeat;

    color: #CCEEEB;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: none none none none;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-open {
/*
    background-color: #003366;
*/
    background: url("../images/button1.gif") no-repeat;

    color: #99bb99;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-open-hover {
/*
    background-color: #003366;
*/
    background: url("../images/button1-click.gif") no-repeat;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    border-style: none none none none;
    cursor: default;
    position: relative;
}

.click-menu .box1-hover a,.click-menu .box1-hover a:hover,
.click-menu .box1-open-hover a,.click-menu .box1-open-hover a:hover{
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box1 a,.click-menu .box1 a:hover , .click-menu .box1-open a{
    color: #99bb99;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.click-menu .section {
/*  background-color: #005064;*/
    background-color: #003366;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    border-style: none none none none;
    display: none;
}
.click-menu .section a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
/*
    background: #002F5E;
    background: #006095;
*/
    background: url("../images/button0.gif") no-repeat;
}
.click-menu .box3 {
/*
     add by LFI in 2008/10/03 for ·|­p«Ç
*/
    background: url("../images/button1.gif") no-repeat;
    color: #99bb99;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}

