write the following code in sidebar.php
<?php if (function_exists('put_cat_icons') && function_exists('get_cat_icon')){
get_cat_icon('cat=477&link=false');
put_cat_icons(wp_list_categories('title_li=&echo=0&child_of=477','icons_only=true'));
}
?>
put instead 477 to your category id
category-icons.com
Advertisement

