Hi John, welcome to the forums.
I'm sure your request will be taken on board for the next round of InstantPro updates.
In the mean time I thought I would try to help
[ GAD attempt! ] in case you can't wait :¬)
I've found it is possible to create your own 'dropdown menu' with InstantPro.
Demo page:
InstantPro Dropdown Menu
All you need to do is insert a bit of simple code using the InstantPro HTML editor.
You can find this option [HTML button] on the far right hand side of the toolbar when you are editing a page.
TIP
So you know where to insert your code I type something 'zzzzzzz' in the page
before clicking the HTML button. Then you just need to look for 'zzzzzzz' within the code and replace it with the following code snippet.
All you need to do is replace the file names and descriptions with your own!
Required code:
<select name="selectbox" onchange= "window.open(this.options[this.selectedIndex]. value,'_top')" >
<option value="home.html">InstantPro Dropdown Menu</option>
<option value="home.html">-------</option>
<option value="adslbroadband.html">ADSL / Broadband</option>
<option value="links.html">Link Page</option>
<option value="freeola-instantpro-google -adsense.html">InstantPro Adsense</option>
<option value="contact.html">Feedback!</option>
</select>
Hope that helps!
NB. I've had to insert a couple of spaces to allow the code to be posted in Freeola's forum. So it would be best to use/look at the code on my demo page!
Hmmm... My Freeola Instant Site