Quote Originally Posted by mpcustom View Post
I have tried a compare with several versions with no success. Could it be another item is overlapping and giving odd results? Anyone using Mac with this template?
It's a really simple issue, seen it lots before, it's just a simple issue with the way you've changed the commenting marks:

/*grey*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/

Remove the ending */, it doesn't belong there.

Hello everyone!!