I'm working on a site for a client in my multisite development space. I am using a child theme of Suffusion and WP's built in menu functionality to do a CSS drop down menu for my main navigation. I have everything working properly EXCEPT I can't get rid of the bullets in the navigation (or anywhere else, but specifically focusing on nav right now, and hopefully solution will transfer to other areas).
I have specified
list-style-type: none;
list-style-image: none;
for every class and id I can, even down to the primary ul and li.
See the site here: http://www.pixelandpaperdev.com/saucychica/ The purple nav bar is what I'm focusing on. All the code from the header-widgets div down to the individual menu links says none for list style, but obviously it's specified somewhere and not getting overridden.
I'm sure there is an id or class somewhere that I'm missing, but darned if I can see it.
Thanks!