(function($) {
	
})(jQuery);

$(function() {
	
	// Set up menu slide
	$('#navigation ul > li').menu({
		dropdown : '.dropdown',
		effect : 'slideDown',
		duration : 150,
		ignoreDummy : true,
		swapClass : 'active'
	});
	
	// Fix PNG images if the user client is IE 6 or lower
	if($.browser.msie) {
		if($.browser.version <= 6) {
			$('head').append('<script type="text/javascript" src="style/myspott_template13/js/jquery.pngfix.js" />');
			$('#wrapper, #top-left, #banner-right, #navigation-left, #navigation-right, #body, #footer-shadow, #body-shadow, #navigation-object').pngfix();
		};
	};
	
});
