This might give you a better understanding of what i mean?
Note: How to edit navbar:
How to add a button with a link:
Code:
<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:
Code:
<li><a href=" your link">Menu name</a>
<ul class="subnav">
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul>
</li>
Remember to make sure all your code must in the class below:
Code:
<ul class="topnav">
........
.......
</ul>
taken from HiO iWay Theme