﻿.bar-menu {
    width: 85%;
    margin-left: 10px;
}
.bar-menu .box1 {
    /*background-color: #202340;*/
    color: #B8860B; /*#99bb99;*/
    /*font-weight: bold;*/
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-hover {
    /*background-color: #113344;*/
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    /*background-color: #202340;*/
    background-color: #DEB887;
    color: #8B0000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #8B0000 ; /*#448882;*/
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    /*background-color: #113344;*/
    background-color: #DEB887;
    color: #8B0000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    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: #FFFFCC;
    /*background-color: #224441;*/
    font-family: arial narrow;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #8B0000;
    border-style: none solid solid solid;
    display: none;
}
.bar-menu .section a {
    color: #B8860B;  /*#8BAA88;*/
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #B8860B; /*#CCEEEB;*/
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
	background-color: orange;
	color:#FF0000;
    /*background: #000000;*/
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}