/*
 * Created on Jun 19, 2009 by Soniccode E-Solutions
 * For: <Living Blueprint>:ulis-restaurant
 * jQuery rollover navigation
 */
$(function(){if (!$('#navi li.page-item-245').hasClass('current_page_item')){$('#navi li.page-item-245 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/groups_red.gif'	});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/groups_white.gif'});});}else{$('#navi li.page-item-245 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/groups_red.gif'});}if (!$('#navi li.page-item-26').hasClass('current_page_item')){$('#navi li.page-item-26 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/home_red.gif'	});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/home_white.gif'});});}else{$('#navi li.page-item-26 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/home_red.gif'});}if (!$('#navi li.page-item-4').hasClass('current_page_item')){$('#navi li.page-item-4 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/history_red.gif'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/history_white.gif'});});}else{$('#navi li.page-item-4 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/history_red.gif'});}if (!$('#navi li.page-item-6').hasClass('current_page_item')){$('#navi li.page-item-6 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/drinks_red.gif'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/drinks_white.gif'});});}else{$('#navi li.page-item-6 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/drinks_red.gif'});}if (!$('#navi li.page-item-9').hasClass('current_page_item')){$('#navi li.page-item-9 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/cuisine_red.gif'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/cuisine_white.gif'});});}else{$('#navi li.page-item-9 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/cuisine_red.gif'});}if (!$('#navi li.page-item-11').hasClass('current_page_item')){$('#navi li.page-item-11 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/gallery_red.gif'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/gallery_white.gif'});});}else{$('#navi li.page-item-11 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/gallery_red.gif'});}if (!$('#navi li.page-item-15').hasClass('current_page_item')){$('#navi li.page-item-15 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/location_red.png'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/location_white.png'});});}else{$('#navi li.page-item-15 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/location_red.png'});}if (!$('#navi li.page-item-17').hasClass('current_page_item')){$('#navi li.page-item-17 a img').mouseenter(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/contact_red.gif'});}).mouseleave(function(){$(this).attr({src:'/wp-content/themes/ulis-restaurant/images/menu/contact_white.gif'});});}else{$('#navi li.page-item-17 a img').attr({src:'/wp-content/themes/ulis-restaurant/images/menu/contact_red.gif'});}});


