You may also want to edit categories.tpl and instead of doing based on specific categoryid, do the if based on category position.
So
Code:
{if $categories[cat_num].order_by lt 100} category stuff {/if}
That would display any categories with the position (order_by) less than 100.
Good luck!
Carrie