The breadcrumbs are in templates/breadcrumbs.php.
If you want to change the way they are displayed you can modify the file.
Please note that there some check in there like if the page is a category or if is a front page
if( $category!=''){
print '<li>'.$category.'</li>';
}
if(!is_front_page()){