My site (http://www.amblergkk.com) is using your multi-level navigation plugin, which is working fine. Except for the there are two <div> that your php function produces which cause the menu to be lower than it should.
The html code it produces which is causing problems is:
<div id="pixopoint_menu_wrapper1">
<div id="pixopoint_menu1">
Poking around, I found that display:inline will override the line breaks, but I cannot access the <div> functions as they a reality while the main CSS page is loading.
Furthermore, I suspect your CSS page is overriding anything I can get past that. Is there some way I can access the "pixopoint_menu_wrapper1" and "pixopoint_menu1" classes? Looking through the php files, I’m pretty sure they are stored in the wp database.
I’m not going to bother posting my whole CSS, as it is fairly heavily modified: I just want to know if there’s a way to access or modify those particular CSS ids/<div> tags.