To remove the margin and bullet points that appear on the accordion menu when using the WordPress default Twenty Ten theme add the following CSS rule to your theme’s style.css file:
#main .widget-area ul .dcjq-accordion ul {
margin-left: 0;
list-style: none;
}
This will change the accordion menu default styling from this:

To this:


















