/* <![CDATA[ */
$(document).ready(function() {
	$("ul.sf-menu").superfish();
	$("table.content tr").not(".srb-lastrow").hover(function() {
		$(this).addClass("over");
	}, function() {
		$(this).removeClass("over");
	});
});
/* ]]> */
