menubar {
    border-top      : none;
    border-left     : none;
    border-right    : none;
    background      : #C3C3C3;
    width           : calc(100% - 4px);
    left            : 2px;
    top             : 23px;    
    height          : 18px;
    z-index         : 100;
}

menubar ul {
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 4px 0px;
    display         : inline-block;
    line-height     : 16px;
    width           : 100%;
    height          : 100%;
}
 
menubar ul > li {
    margin          : 0px 0px 0px 0px;
    padding         : 0px 4px 0px 4px;
    line-height     : 14px;    
    display         : inline-block;
}

menubar ul > li > ul{
    display         : none;
    background      : #c0c0c0;
    border          : 1px #ccc outset;
}

menubar ul > li:hover > ul{
    display         : flex;
}

panel > border > table {
    position        : absolute;    
    top             : 20px;
    pointer-events  : none;
    height          : calc(100% - 20px) !important;
}

panel > border > table,
panel > border > table > tbody,
panel > border > table > tbody > tr {
    height          : 100%;
    width           : 100%;
    overflow        : hidden;
    pointer-events  : none;
}
panel > border > table > tbody > tr > td {
    height          : 100%;
    overflow        : hidden;
    pointer-events  : none;
    vertical-align  : top;
}

panel > border > table > tbody > tr > td > ul > ul{
    margin          : none !important;
    top             : 15px !important;
}
panel > border > table > tbody > tr > td > ul > ul > li{
    padding-left    : 4px;
}

panel > border > table > tbody > tr > td > ul {
    position        : absolute;
    top             : 0px;
    left            : 0px;
    pointer-events  : all;
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 4px 0px;
    line-height     : 16px;
    height          : 18px;    
}

.menu {
    margin          : 0px 0px 0px 0px;
    padding         : 0px 4px 0px 4px;
    top             : 0px;
}

.dropdown-menu {
    border-radius   : 0px 0px 0px 0px;
    background      : #C3C3C3;    
    border          : 1px #ccc outset;
    margin          : 3px 4px 4px 3px;
    padding         : 0px 0px 0px 0px;
    min-width       : 50px !important; 
    box-shadow      : 2px 2px 0px #2224;
    line-height     : 18px;    
}

.dropdown-menu li > a:hover{
    background      : #000080;
    color           : #fafafa;
}

li,
ul {
    text-decoration : none;
    list-style      : none;
}

.dropdown-menu li > a ,
.dropdown-menu li {
    font-family     : 'ff6';
    font-size       : 16px;
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 0px 0px;
    height          : 18px;    
    line-height     : 18px;    
}
