This click indicator is a disgusting piece for my recent web projects.. I hate this! - How can I say to my Firefox browser that he should not mark the clicked object?
Provided that your menu items are not input elements (say, buttons), you can hide it using CSS, like so:
element { outline: none; }