#header #edCustomappheader {}/* Custom Menu */
.customTopNavigationA {
text-decoration-color: rgb(51, 51, 51) !important;
color: black !important;
background-color: transparent !important;
text-decoration: none !important;
}
.customTopNavigationLi {
list-style-type: none !important;
font-weight: 200 !important;
border-bottom: 0 !important;
background: #f5f5f5 !important;
}
.customTopNavigationLi:hover {
list-style-type: none !important;
font-weight: 200 !important;
border-bottom: 2px solid #d22321 !important;
background: lightgrey !important;
}
.customTopNavigationUlText {
border-bottom: 3px2px solid black !important;
margin-bottom: 8px !important;
text-align: left;
padding-left: 0px;
padding-right: 10px;
margin-top: 7px;
}
.customTopNavigationUl {
display: inline-block !important;
font-weight: 700 !important;
}
padding: 0px;
margin: 10px;
.customTopNavigationMenu:hover .customTopNavigationDropdown {vertical-align: top;
displaywidth: block47%;
}
.customTopNavigationDropdown {
display: none !important;
padding: 10px !important;
color: black !important;
position: absolute !important;
border: 0 !important;
background: #f5f5f5 !important;
border-bottom-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%) !important;
max-width: 700px auto!important;
overflow white-xspace: normal auto!important;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
}
.customTopNavigationMenuLi:hover > .customTopNavigationDropdown{
display: block !important;
}
|