Is it possible to change the color of just 1 menu item in the main navigation without effecting the other ones?
thanks again
#gkMainMenu > div.gk-menu > ul > li.yourclass > a {
color:#e2e2e2;
}