$(document).ready(function() {
	
	$('.menu a img').imghover({suffix: '-over'});
  	
});
