Generally, leaving the background color field empty in the theme options disables that specific background.
Bravada uses the same background color for the submenus as the side menu, so if you want to customize the submenus independently you’ll need to use CSS:
body #access ul.sub-menu li a, body #access ul.children li a {
background-color: transparent;
}