I have:
<MenuItem Text="Reports" Url="/Reports">
and:
<MenuItem Text="Administrator">
<MenuItems>
<MenuItem>
<MenuItem>
</MenuItem>
________
The 'Reports' menu item and 'Administrator' item should have same styling. But what I found is that if the MenuItem does not have a URL (because it's a dropdown):, then it has completely different styling.
How can I have consistent styling across menu items with and without URLs?