How can I tag a menu item as visited for each unique user?

This can be done with CSS. Get the class of the element in the menu item and add this css:

[class of the menu item]:visited {your own css}