I have a decent-sized web application that uses multiple master pages. There is a top-level RadMenu on all of the master pages that serves as the main site menu. This is styled using .RadMenu_Default elements, both html.RadMenu and div.RadMenu.
Now, all grids on every page use the same styling for their filter menu dropdowns. This seems to me like a terrible idea. How am I supposed to fix this? What I want is to keep my custom styling for the top-level menu and use the regular (default) filter menu style.