.bar-menu {
    width: 206px;
}
.bar-menu .box1 {
    color: #99bb99;
    font-weight: 100;
    font-size: 11px;
    font-family: tahoma;
    cursor: default;
    position: relative;
}
.bar-menu .box1-hover {
    color: #CCEEEB;
    font-weight: 100;
    font-size: 11px;
    font-family: tahoma;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    color: #99bb99;
    font-weight: 100;
    font-size: 11px;
    font-family: tahoma;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    color: #CCEEEB;
    font-weight: 100;
    font-size: 11px;
    font-family: tahoma;
    cursor: default;
    position: relative;
}
.bar-menu .box1 img, .bar-menu .box1-hover img, .bar-menu .box1-open img, .bar-menu .box1-open-hover img {
    position: absolute;
    top: 5px;
    right: 1px;
}
.bar-menu .section {
    font-family: arial;
    font-size: 11px;
    line-height: 15px;
    display: none;
}
.bar-menu .section a {
    color: #808080;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #808080;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
    background: #cccccc;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}

