Hi, I have a website that is powered by Joomla and I added a blog section to my Joomla site. My Blog is powered by WordPress, So I skinned my Wordpress theme to look exactly the same as my Joomla powered site. Now I am having trouble with the dropdown menu. My Joomla site contains a suckerfish dropdown menu and I want that dropdown in my wordpress theme. Adding a dropdown on an html is easy. But I want my dropdown menu in my wordpress to be easily manage in the wp-admin (I don't want to keep editing the theme of my wordpress like adding <li></li> , <a>, etc.). I want it to work like this: I can add external link or internal links just by going to wp-admin (no coding need). The reason why I want to add external and internal for the reason some of the links are generated from my joomla site (http://myjoomlasite.com/about) and some of the links would be from the WordPress. My Joomla Links Structure that i want to be add in my Wordpress theme: - Home - Product -Prod001 -Prod002 - Links -external link -internal link - Conact - Blog (My Wordpress) Is there a plugin or tutorial on how i can do this? Thanks!