I finally found the code that put the border box around the links in the main menu. I was able to alter that code in the Additional Css.
If anyone else wants to get rid of that border box that lights up when you hover over it: This is the code that is causing it:
#access > div > ul > li > a > span::before {
I changed the border value to:
border: none !important;
Laura