If you open the theme’s ‘header.php’ file, and remove the ‘colors’ div wrap, then that’ll get rid of the option to change colour.
To style the menu buttons as normal, you can open up ‘style.css’ and look for
#navigation a:hover, #navigation li.current_page_item a {
/* Loaded from external sheet */
}
I think you just can remove the ‘/* Loaded from external sheet */ and place styles in as normal.