/* This is the fix for IE6 where the primary navigation channels are not displaying the active background when the channel/subchannels are viewed */

#primary li a.lit {
      
                }

/* Rollover and Active State */
                #primary li a.lit:link,
                #primary li a.lit:visited,
                #primary li a:hover,
                #primary li a:active {
                        background: transparent url(/static/global/images/navigation/primary/grad_blue_bg_active.gif) no-repeat right top;
                }