FLIR.init( { path: '/cms/facelift/' } );
FLIR.replace( 'h1' , new FLIRStyle({ cFont:'blitzkrieg' }) );
FLIR.replace( 'h2' , new FLIRStyle({ cFont:'blitzkrieg' }) );


FLIR.replace(
              'a.aq_navi_main_normal' ,
               new FLIRStyle
                 (
                   { cFont:'blitzkrieg'   },
                    new FLIRStyle(/* this is the hover state */ {cFont:'blitzkrieg',cColor:'B9542C'})
                 )
            );

FLIR.replace( 'a.aq_navi_main_selected' , new FLIRStyle({ cFont:'blitzkrieg' }) );


FLIR.replace(
              'a.aq_navi_sub1_normal' ,
              new FLIRStyle
                (
                  { cFont:'blitzkrieg'   },
                   new FLIRStyle(/* this is the hover state */ {cFont:'blitzkrieg',cColor:'B9542C'})
                )
           );

FLIR.replace( 'a.aq_navi_sub1_selected' , new FLIRStyle({ cFont:'blitzkrieg' }) );
