(function($) {
	jQuery(function($) {
		$(function() {
			$('#nav').droppy({speed: 500});
			$('#nav').parent().parent().parent().parent().css("overflow","visible");		
			$('#nav ul li:first-child').prepend('<div class="triangle"></div>');		
			$('#nav .has-subnav:last').css('border', '0px');			

      });
    });
}) (jQuery);

function setPng24(obj) {
    obj.width=obj.height=1;
    obj.className=obj.className.replace(/\bpng24\b/i,'');
    obj.style.filter =
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
    obj.src=''; 
    return '';
} 


