﻿.bar-menu {
    width: 135px;
}
.bar-menu .box1 {
    background-color: #ffffff;
    color: #0066CC;
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma;
    padding: 3px 8px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-hover {
    background-color: #ffffff;
    color: #0066CC;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 3px 8px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    background-color: #ffffff;
    color: #1f4b7c;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 3px 8px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #ffffff;
    color: #1f4b7c;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 3px 8px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid solid none solid;
    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: 6px;
    right: 6px;*/
}
.bar-menu .section {
    background-color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 5px 5px 5px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid solid;
    display: none;
}
.bar-menu .section a {
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #1f4b7c;
    text-decoration: underline;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
    background: #ffffff;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: #1f4b7c;

}