Deselecting Menu Item

My last issue for the day: I have a page in which a menu link has been highlighted and a list of PDFs is displayed below the menu that correspond to that highlighted link. I need to have that highlight color changed to #000000 (the default color for links) when a user selects any other menu item (onClick). What’s the best way to approach this with JS and CSS?