$(document).ready( function(){
	$( "div#auxiliaryNavigation" ).minWidth();

	$( 'div#auxiliaryNavigation ul li a' ).each( function(){
		if( typeof( Cufon ) == 'function' && Cufon.replace ){
			Cufon.replace( $( this ), { fontFamily: 'gotham-bold', hover: true });
		}
/*
		if( !$( this ).is( '.active' )){
			$( this ).hover(
				function(){
					if( Cufon.replace ){
						Cufon.replace( $( this ), { fontFamily: 'gotham-bold', color: '#AAA' });
					}
				},
				function(){
					if( Cufon.replace ){
						Cufon.replace( $( this ), { fontFamily: 'gotham-bold', color: '#FFF' });
					}
				}
			);
		}
*/
	});
});
