If its last element, then You could do:
- Code: Select all
div.gk-menu ul.level0 > li.last > a, #gkDropMain ul > li.last > a {color: #3B3B3B;background: #FFF;}
div.gk-menu ul.level0 > li.last:hover > a, #gkDropMain ul > li.last:hover > a, div.gk-menu ul.level0 > li.last.active > a, #gkDropMain ul > li.last.active > a {color: #3B3B3B;background: #FFF;}
to set normal and hover color of background and text.
Add those lines to override.css and enable "use override.css" in template advanced settings.