Thank you, that worked to change the background color! Now, to make the text there in the nav menu – white, I tried just adding the coding color: #ffffff below what you sent me, but that’s not working. Any ideas?
nav#site-navigation, .main-navigation .menu > li {
background-color: #005587;
color: #ffffff;
}