Hi M.steinholtz,
You can add background color for the menu bar as below CSS code but change the rgba color as your choice.
#access { background-color: rgba(74, 137, 195, 0.5); border: 0 none; }
Thank you!