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