For 1), you'll want to look at invoking the collapseone() function manually. In this case, you might add something like the below event handler inside your sub menu container:
Code:
<ul class="categoryitems" onClick="ddaccordion.collapseone('groupname', 0)">
<li><a href="#">Polityka</a></li>
<li><a href="#">Kultura</a></li>
<li><a href="#">Praca</a></li>
<li><a href="#">Nasze akcje</a></li>
<li><a href="#">Wydarzenia</a></li>
</ul>
Please see the documentation on this function for more info. For 2), there's no easy way to turn the menu into side expanding unfortunately. Horizontal Accordion may be closer to what you're looking for.
Bookmarks