You have to do some changes to your template's css-file. Go to YOURTEMPLATE/css/template_css.css.
You should then insert the following lines (out of the css file of Harveys) and delete the corresponding ones that have already been in your file. Now you can change the colors to the ones you like.
Code:
a.mainlevel:link, a.mainlevel:visited {
font-family : Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: left;
font-size: 0.9em;
line-height:15px;
border-left: solid 1px #666;
border-bottom: solid 1px #e9e9e9;
border-top: solid 1px #e9e9e9;
padding: 2px 2px 2px 4px;
background: #ececec;
width: 100%;
color: #333;
}
a.mainlevel:hover {
background: #fff;
color: #993333;
text-align: left;
border-left: solid 1px #111;
border-bottom: solid 1px #e9e9e9;
margin: 0px 0px 0px 0px;
border-top: solid 1px #e9e9e9;
text-decoration : none;
}
a.mainmenu:link, a.mainmenu:visited {
text-align: left;
line-height:15px;
border-left: solid 1px #666;
border-bottom: solid 1px #e9e9e9;
border-top: solid 1px #e9e9e9;
padding: 2px 2px 2px 4px;
background: #ececec;
width: 100%;
color: #333;
}
a.mainmenu:hover, {
background: #fff;
color: #993333;
text-align: left;
border-left: solid 1px #111;
border-bottom: solid 1px #e9e9e9;
margin: 0px 0px 0px 0px;
border-top: solid 1px #e9e9e9;
text-decoration : none;
}
a.sublevel:link, a.sublevel:visited {
font-size: 0.9em;
color: #993333;
background: #fff;
text-align: left;
line-height:15px;
border-left: solid 1px #D58787;
1border-bottom: solid 1px #e9e9e9;
border-right: solid 1px #e9e9e9;
1border-top: solid 1px #e9e9e9;
padding: 2px 2px 2px 14px;
width: 100%;
margin: 0px 0px 0px 0px;
}
a.sublevel:hover {
background: #ececec;
color: #993333;
text-decoration : none;
text-align: left;
border-left: solid 1px #111;
1border-bottom: solid 1px #e9e9e9;
margin: 0px 0px 0px 0px;
1border-top: solid 1px #e9e9e9;
}