thanks for your great help!!
I actually looked to some precious posts and played with CSS in the theme options. Two more questions:
1) I used codes below to change all the colors of the menu: what I would like to change in addition is the color of the page that you are own (still shows the light blue)
#header-menu #access { background: none #FFFFFF}
#header-menu ul.menu a { color: #000000}
/* Menu Sub-menu and Hover Background and Text Color */
#header-menu ul.menu li:hover > a,
#header-menu ul.menu ul :hover > a,
#header-menu ul.menu a:focus,
#header-menu ul.menu ul a { background: none #FF3300; color: #FFFFFF;}
2) I want to change also HOME button color, is there a CSS code for that?
once again thanks a lot