At line 11030
of your theme.css
file, you have the following:
.contentarea ul li:before {
content: '\25cf';
}
That whole code block is your culprit.
An easy way to find things like this in Chrome is by right-clicking any item on the page and choosing "Inspect Element"... You can then view all styles being applied to the element, and from where.