If you still want to have the navbar in 
screenshot,
I made it using css and jquery.
So follow the below steps to edit links:
How to add a button with a link:
	PHP код:
 
	
		
			
<li><a href=" your link">Menu name</a></li> 
		
	
 How to add a menu with dropdown:
	PHP код:
 
	
		
			
<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:
	PHP код:
 
	
		
			
<ul class="topnav">   
........ 
....... 
</ul> 
		
	
 I will update it soon as I have another idea for this style.
Thank you for using my style and support.
If you really like it, mark as installed for better support.
For donators, I can help you with custom header and custom icons for your site.
It's currently in beta stage until vbulletin release final version. If you found any error, please report it, i will fix it asap.
Thank you.
Regards,
Haothiencz