I have created drop down menu, but it is not showing in home page where as it is working on cities(my website page) page
and
I have inserted a image as directed here : http://drupal.org/documentation/modules/image
But i am not getting it. Can you please check it once?
Please someone help me in this.
The menu system show only the current trail so cities submenu will be visible only on the cities pages.
Try selecting “always expanded” in the menu items configuration page (build > menu > your-menu) as Ben Swinburne suggested
or use something like this in page.tpl.php (or better in a hook in template.php)
this should show you all the submenu items for each parent menu item.
for reference see