Help with flyout menu!

Roych

#1
Hello!

I have a problem creating a flyout menu. Menu is working fine but without flyout.

I have created a menu, halve of it working normaly but no flyout, other halve (only CSS from now on!) is still normal css menu so you can see how it should look like.



code from my horizontal main menu
<?php show_menu(1,0,1,true,'<li>[a][menu_title][/a]</li>','','','','class="myslidemenu"',''); ?>

and code from my sub menu on the right:
<?php show_menu(1,1,-1,true,'<li>[a][menu_title][/a]</li>','','','','class="hide"',''); ?>

How can I create a flyout?


Here is the page:

http://www.feel-fun.com/roych 

Thanx in advance!