I'm not sure if there is a different way, but it works for me now!
index.php:
Code: Select all
<div id="mainmenu">
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
template.css:
Code: Select all
#mainmenu ul li.parent.active a {
color: #67b721;
}
Regards!