/* Highlight any link that is not a # anchor */
#menu #main-menu a[href]:not([href="#"]):hover {
  color: #AA01FF !important;
}