after changing color using jquery, mouse hover effect is not working

after changing color using jquery, mouse hover effect is not working

Please refer

when i click menu on top, the clicked men is brightens and concern text / images are filled up
no issues here

top Menu text  changes color (bright #ccc to #fff)

however when I click 

printing 

on left hand side circle,

i am executing command 

  1. $('.menu').css('color','#ccc');   

so as to normalise the brighten menu 

and now when I mouse hover the top menu , there is no  mouse hover effect.

how to resolve this

yes i want mouse hover effect