to change the menu color .. locate following code in stylesheet_tm.css
.menu {stylesheet_tm.css (line 62)
background:#3EA7C6 none repeat scroll 0 0;
color:#000000;
font-size:11px;
}
code in red color defines the menu color and you can change that code.
to change the welcome text from orengish color . locate this code
add following to your code
.welcome h2 {stylesheet_tm.css (line 79)
padding:6px 0 3px;
color:yourcolorcodehere;
}
just replace yourcolorcodehere with your color . like black , white or use hex color code.



