Great plugin and easy to implement.
Have one problem and one Question:
Problem: I have a drop down menu (using BrandNav) colour 1 for buttons, colour 2 for active (or highlight). The problem if I select (click) the parent page of the drop down, all the children also highlight with the active colour. Is there a fix?
Q - is it possible to set a transparent background for the buttons?
Sorted out this problems with some custom CSS
#site .main-nav .menu-item ul li a { color: #ffffff; }
#site .main-nav .menu-item li:hover a { color: #ff4000; }

