I'm taking over a messy project from some other developer. I cant seem to find out where this code is coming from. Each of the outputted li elements from wp_list_categories creates this similar line. You'll see the style and "background:url" in that line of code. But I have no idea where its coming from. I want to remove that style tag. where in wordpress would that get injected there? Any help is really appreciated! Thanks
<li class="cat-item cat-item-3"><a href="http://mysite.com/site/category/beautify/" title="View all posts filed under Beautify"><img class="Beautify_sel" style="background:url(http://www. mysite.com/dev/wp-content/themes/mytheme/images/menu/) top left repeat-x !important;" src="http://www. mysite.com/dev/images/spacer.gif" width="196" height="44"/></a>
</li>