Styling ui-navbar in different background colors than ui-listview

Styling ui-navbar in different background colors than ui-listview

Having an issue with this page that features a ui-listview and a ui-navbar and I'm trying to style it where the ui-navbar button that in this example is the same color gradient as the listview, is a completely different background color. It's theme C, but if I style .ui-btn-up-c it affects both the button in the navbar and the button in the listview. So I tried copying that style and doing one for .ui-navbar .ui-btn-up-c but that just makes both buttons in the navbar the exact same color and style. Not good. I want the selected button on the left to be the same blue background color as it currently is. So how can I style it to make this work?