I have set the CSS to have all clickable links to glow in yellow in my Nav bar and only 3 - 4 of them glow when hovered over, help? its happening elsewhere aswell
Are all of them links? It is possible that some of the could be <span> tags with javascript onclick functions. It would be helpful of you supplied a link to the page that you are having problems with.
From what I can see in the source, you have placed the color black on visited links. Clicking through your site, I see that the visited links don't hover in yellow. Try removing the color from a:visited completely and then see if that works.