Ok i hope that someone can help me out with this problem. I have my wordpress blog site located at www.wpunderground.com. As you can see the categories are located on the blue nav bar using this code:- <div id="cats"> <ul class="cats"> <?php wp_list_categories('title_li=' ); ?> </ul> </div> PHP: I want it to be so when you mouse over the cateregory the child categories appear in a drop down box. Hope someone can help this problem has been bugging me for a few days. Thanks. -Matt.