With regard to this site: pilgrimmanor.org
How do I remove the hover effect on a particular menu item in the top menu—in this case, the green button in the menu? WebKit Inspector tells me the 3px red bottom border is coming from the LI element, but I can’t seem to target it with any border-bottom or background-color styles.
Also: Is there a better way to target this particular menu item other than using its ID? If users rearrange the menu, the menu item’s ID may change, breaking the styles I’ve set here.