.menuInner::before {
    content: "";
    display: block;
    height: 5px; /* Adjust the height as needed */
    background-color: #000000; /* Replace with your desired color */
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu .current {
    color: #f87204be; /* Change to your desired color */
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu .current {
    color: #f87204be; /* Orange color */
}



/* ========= Start of MENU Customization ============ */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    background: #e4e4e4e4 !important;
    margin: auto;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    padding: 20px 36px 9px; 
    font: normal 18px / 26px 'Ubuntu Condensed', 'Arial', sans-serif;
}

/*.menu-gadget li {
  margin-right: 90px;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    margin-right: 0;
    padding-right: 0;
}

/* Center menu items and spread them across entire menu 
.WaGadgetMenuHorizontal .menuInner ul.firstLevel{
    margin: 0 auto;
    width: 99%;
}
*/
/* ========= End of MENU Customization ============ */


/* Donation Form Background */
div#idGeneralFormContainer {
    background: #E4E4E4;
}
/* Store Catalog Background */
.WaGadgetOnlineStoreCatalog, .WaGadgetOnlineStoreProduct, .WaGadgetOnlineStoreCartCheckout .OnlineStoreCart_content_container {
background: #E4E4E4;
}

/* Join us Page Information Background*/
.infoOuterContainer, .WaGadgetMembershipApplication {
background: #E4E4E4;
}


/* Directory Background */
table#membersTable, .WaGadgetMemberDirectoryStateList form, div#FunctionalBlock1_ctl00_jsSupportedContainer {
    background: #E4E4E4;
}