You have to edit the header.php file. At the end there are seven lines like this:
<li class=”bk1″>/?cat=1″>Category 1
change cat=1 and Category 1 by incrementing each entry by 1 until you find the proper categories. Mine happen to be 3, 5, 6, 7, 9 10 and 14.
The ‘url’ also need to be changed to point to the proper address that you want, including the category.
<li class="bk1"><a href="<?php bloginfo('www.xyz.org/?cat=3'); ?>/?cat=3">Category 3</a></li>
Good luck.