$(document).ready(function() {
	
	$("div.NavBar > ul > li > a").mouseover( function() { 
		$(this).effect("highlight", {color: "#F00"}, 500);
	});

});
