.bar-menu {
    width: 135px;
}

.bar-menu .box1 {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial sans-serif;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid none none none;
    cursor: default;
    position: relative;
}

.bar-menu .box1-hover {
    background-color: #ffffff;
    color: #b73200;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial sans-serif;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid none none none;
    cursor: default;
    position: relative;
}

.bar-menu .box1-open {
    background-color: #ffffff;
    color: #b73200;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial sans-serif;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid none none none;
    cursor: default;
    position: relative;
}

.bar-menu .box1-open-hover {
    background-color: #ffffff;
    color: #b73200;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial sans-serif;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid none none none;
    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: white;
    font-family: Arial sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: none none none none;
    display: none;
}

.bar-menu .section a {
    color: #0c3090;
    text-decoration: none;
    white-space: nowrap;
	 font-weight:bolder;
}

.bar-menu .section a:hover {
    color: #b73200;
    text-decoration: none;
	 font-weight:bolder;
    white-space: nowrap;
}

.bar-menu .box2 {
	background: #ffffff #ffffff;
}

.bar-menu .box2-hover {
    background: #ffffff  #ffffff;
}

.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}