Hi
For changing background color of dropdown menu go to Appearance >> Theme Options >> Custom CSS >> here you can add the below css with your color code.
.nav ul li:hover ul{background-color:#000000};
Thank You