You can pass constants of type ThemeMenuState in the inState parameter of DrawThemeMenuItem and DrawThemeMenuTitle to specify the state in which theme-compliant menus are drawn. The ThemeMenuState constants are available with Appearance Manager 1.0.1 and later.
enum{
kThemeMenuActive = 0,
kThemeMenuSelected = 1,
kThemeMenuInactive = 3
};
typedef UInt16 ThemeMenuState;