Dear Marco17!
You should change some CSS code:
– Top menu color change templates/ja_mesolite_ii/css/menu/mega.css
.ja-megamenu li a.active, .ja-megamenu li a.active:hover, .ja-megamenu li a.active:active, .ja-megamenu li a.active:focus {
background: none repeat scroll 0 0 #00A9DD;
color: #FFFFFF !important;
}
please change background and color paramters.
– Left menu: change templates/ja_mesolite_ii/css/template.css
ul.menu li a {
background: url("../images/arrow.png") no-repeat scroll 92% 14px transparent;
border-top: 1px solid #E6E6E6;
color: #666666;
display: block;
margin: 0;
outline: medium none;
padding: 8px 0 9px;
text-indent: 15px;
text-transform: uppercase;
}
– Buttons: change in /templates/ja_mesolite_ii/css/template.css
.button {
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 2px 8px;
}
Hope this helps and good luck!