.WaGadgetMenuHorizontal .menuInner ul.firstLevel{
background: rgb(128, 0, 0) !important;
}
.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: green
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a{
background: green !important;
color: white !important;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a:hover{
background: white !important;
color: black !important;
}
.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a{
background: green !important;
color: white !important;
}
.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a:hover{
background: white !important;
color: black !important;
}

a.buttonStyle003, a:link.buttonStyle003 {
    position: relative;
    display: inline-block;
    min-width: 60px;
    margin: 0;
    padding: 11px 14px;
    background: #1a7b30;
    color: white;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

.fieldContainer select {
    width: 300px;
}