You could find following styles in css files and change it
1. Background:
#ja-mainnav {template_css.css (line 1035)
background:#544F4C url(../images/mainnav-bg.gif) repeat-x scroll center bottom;
border-bottom:1px solid #999999;
border-top:1px solid #544F4C;
font-family:Arial,Helvetica,sans-serif;
}
2. Color:
#ja-splitmenu a {ja-splitmenu.css (line 29)
background:transparent url(../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
float:left;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:5px 30px;
text-decoration:none;
text-transform:uppercase;
}