﻿.top-menu-root .Menu_DropDownButton  {
   min-height: 35px;
   cursor: pointer;
}

.top-menu-root .Menu_DropDownButton:hover  {
  background-color: #eeeeee;
}

.top-menu-root .Menu_TopMenu  {
   min-height: 35px;
}

.top-menu-root .Menu_TopMenu div {
    
}
.top-menu-root .Menu_TopMenu div  a {
    min-height: 40px;      
    color: maroon;
    color: var(--primary-color);
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 13px;
    font-weight: bold;
}


.left-menu-root .Menu_DropDownButton  {
   min-height: 35px;
   display: block;
   text-align: inherit;
   cursor: pointer;
}

.left-menu-root .Menu_DropDownButton:hover  {
  background-color: #eeeeee;
}

.left-menu-root .Menu_TopMenu  {
   min-height: 35px;
}

.left-menu-root .Menu_TopMenu div {
    
}

.left-menu-root .Menu_TopMenu div a {
    min-height: 40px;
    text-align: inherit;
    color: maroon;
    color: var(--primary-color);
    font-size: 100%;
    text-align: initial;
    text-decoration: none;
    width: 100%;
    padding-top: 13px;
    font-weight: bold;
    border-radius: 5px;
}


.top-menu-root .Menu_DropDownArrow {
    border-width: 5px;
    border-top-color: var(--primary-color) !important;
    margin-right: -5px;
    opacity: 1 !important;
}


.top-menu-root .Menu_DropDownButton.open .Menu_DropDownArrow {
    margin-top: -4px;
    
}


.left-menu-root .Menu_DropDownPanel{
position: inherit;
}