I have customized the default top navigation in SharePoint 2010 using CSS styles. However, I also want to enhance it by adding icons (.png images) for each navigation menu item. For example, I would like to add an icon next to "Home", another one next to "About Us", and so on for "Practices," "Sectors," "Our Events," "Our People," "Publications," and "Working for Us."
The top navigation in SharePoint 2010 is built using asp controls. I can view the HTML structure of the top navigation using Firebug (Firefox) and developer tools (IE), but it's not visible on the master page.
What is the best approach to include icons in the top navigation items?
Thank you in advance