Hi
If you have problems styling the "Housemenu" then "css nav menu" will not be much better, since they both render about the same; an unordered list.
I normally create my own CSS for housemenu, but with the StyleName property you can load one of the default stylesheets that come with the menu.
You could read my post in
this thread about housemenu and images.
By the way, I have never noticed any difference if the Orientation was set.
The properties since the Houseofnuke site is a bit empty...
--------------------------------------------------------------
The HouseMenu properties and their possible values are as follows....
Scope (focus or root level of the menu): -1 for entire site; 0 for children of active page; n for children of tab with id n
ShowHome (whether or not to include "Home" page): True or False
ShowParent (whether or not to include parent when scope is other than -1): True or False
ShowHidden (whether or not to include hidden pages): True or False
ShowAdmin (whether or not to include "Admin" and "Host" submenus): True or False
ShowSearchResults (whether or not to include "Search Results page): True or False
SearchResultsName (name of "Search Results" page to be included): page name as string, default is "Search Results"
ShowPageIcons (whether or not to display page icons): True or False
HidePageNames (whether or not to hide page names; use in conjunction with ShowPageIcons for an all-graphics menu): True or False
IsRecursive (whether or not to include submenus for all children in scope): True or False
Orientation (how menu will be oriented on page): H for horizontal or V for vertical
Mode (how to display submenus, whether submenus will be dropdowns): S for static or D for dynamic
CssElementId (optional id to use for menu's container div tag): string value
StyleName (CSS filename for styling the menu's appearance): string value