$(document).ready(function(){
	$('#mainNav .tabs').hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});
});
