In Jomres v6, among other things we've introduced the Jomres Main Menu, which is used by frontend users to navigate the Jomres area of the site, and administer properties.
You have two options as to how it is displayed, configurable from the Site Config -> Misc tab, either as an accordion on the left-hand side of the page, or across the top as a series of on-hover dropdowns. Which you choose is up to you to decide, you should choose the one that works best with your choice of Joomla template.
If you want to change the templates you should use the
template editing feature. The accordion templates are
mainmenu_wrapper.html/mainmenu_options.html whilst the the horizontal menu templates are
mainmenu_wrapper_alternate.html/mainmenu_options_alternate.html.
In additition, Property Managers are able to view the frontend in what we call "Management view", where all the Joomla template module positions are disabled. This is faster to render and you can edit it's associated template files to brand your site it a way that is suitable to you. To do that you can edit management_top.html/management_menu_wrapper.html/management_mainmenu_options.html if you are familiar with html.
It is possible now to call the main menu through the
Jomres_asamodule plugin, setting the task in asamodule to "mainmenu". This brings a huge advantage that you can show the Jomres main menu on all pages, not just the Jomres pages, allowing you, if you wish to entirely forgo the Joomla menu altogether.
Which menu options can be shown can be managed via the
Access Control administrator area option. If no options are configured to be shown, then the menu will be hidden.