.bar-menu {
    
}
.bar-menu .box1 {
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-size: 70%;
    font-family: Arial;
    cursor: default;
    position: relative;
}
.bar-menu .box1-hover {
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-size: 70%;
    font-family: Arial;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-size: 70%;
    font-family: Arial;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-size: 70%;
    font-family: Arial;
    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 {
    color: white;
    font-weight: bold;
    font-size: 70%;
    font-family: Arial;
    display: none;
}
.bar-menu .section a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
    padding-top:2px;
    padding-bottom:2px;
}
.bar-menu .box2-hover {
    padding-top:2px;
    padding-bottom:2px;
    
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}
td.barnav{
color : white;
font-weight : 600;
font-size : 70%;
font-family : Arial;
}
