(function($) {
    $(function() {
        // IE Fixes
        if ($.browser.msie) {
		
			$('div#header #navigation ul li:last-child').addClass('last-child');
            
            // IE 6 only
            if ($.browser.version == '6.0') {
                if (typeof DD_belatedPNG != 'undefined') {
					DD_belatedPNG.fix('.cm-pngfix');
                }
            }
        }
    });
})(jQuery);
