Sorry to keep this string going but I am at a loss.
I have used Firebug and can't figure this out.
216.119.72.72/index.php/performance
There seems to be a hover rule that is displaying underneath my bg graphic. The color displaying is #808080. I went through all the css files and could only find a referrence to that color relating to borders. I removed them all anyway, nothing.
Then I added this rule to another instance of this ARI YUI menu:
#ariyui130.yui-skin-sam UL LI A.yuimenuitemlabel:hover
{
background-color: #FFFFFF;
}
That changed the color in question for that menu but the same rule applied to the 110 instance of the menu would not.
I am stumped.