I've printed the menu as a block in a page with the following code:

<?php $block = module_invoke('quickmenu', 'block', 'view', 'menu-genre'); print $block['content'];?>

It lists the dropdown fine, but when you select an item within the dropbox it doesn't actually initiate anything it just sits there. Is there a different way to print the quickmenu in a page?