List only categories i specify

@Kevin is right. You can create any number of menus in

Appearance -> Menus

Just create a new menu for your categories. Lets call it categories. You can call this menu in your theme using this code.

<?php wp_nav_menu( array('menu' => 'categories' )); ?>