перейти в таблицу стилей CSS найти строку номер 89:
.sidebox li a:before, .sidebox .catsTable td a:before {
content: "\25fe";
padding: 0 5px 0 0;
color: #dadddf;
font-size: 12px;
}
Заменить на:
.sidebox li a:before, .sidebox .catsTable td a:before {
content: "\25fe";
padding: 0 5px 0 0;
color: #dadddf;
display: none;
font-size: 12px;
}
Вроде все!