hey, in your style sheet at -
http://www.koopmansblog.com/wp-conte...ault/style.css
you have this selector defined:
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
if you don't want the double arrows before your sidebar list, just remove the selector from here, making it
.entry ul li:before {
content: "\00BB \0020";
}