jQuery(document).ready(function() { 
			 jQuery("ul.sf-menu").superfish().find('ul').bgIframe({
				opacity:true, 
				delay:       800,                            // one second delay on mouseout  ;)
				animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
				speed:       'fast',                          // faster animation speed 
				autoArrows:  true,                           // disable generation of arrow mark-up 
				dropShadows: true                            // disable drop shadows 
			}); 
	// Notificatio Caller
			
			
		
	
	// UI Icone Mouse Over 
			
					jQuery('.ui-icon').hover(
						function() { jQuery(this).addClass('notification_close_x'); }, 
						function() { jQuery(this).removeClass('notification_close_x'); }
					);
	
					jQuery('.link_hover').hover(
						function() { jQuery(this).addClass('add_link_hover'); }, 
						function() { jQuery(this).removeClass('add_link_hover'); }
					);
					
					
					
		}); 
		
		
		
		
		jQuery(function(){			
			jQuery('select.sellect_style').selectmenu({
			style:'dropdown',
			maxHeight: 150			
			});	
			 
		});		
