On your child theme folder, edit the CSS to change the colors.
For Menu Bar
#header-menu {
background: url("images/sprite_h.png") repeat-x scroll left -3px #101010;
}
For Top Bar
#top-bar {
background: url("images/sprite_h.png") repeat-x scroll left -196px #313130;
border-bottom: 1px solid #222222;
height: 54px;
position: relative;
z-index: 10;
}