Yep that done it i got the php tag that does the sidebar and put it in my archive.php file.
<div class=”archive_contents”>
<h3><?php _e(‘Browse Books’,’monochrome’); ?></h3>
<?php wp_list_cats(‘sort_column=name’); ?>
</div>^M
thats what makes it do that.
Thanks all.