$(document).ready(function() {
	$(".line_table tbody > tr:nth-child(odd)").addClass("odd_col");
	/*$("#left_menu > ul > li").hover(function() {
		$(this).children("ul").fadeIn('fast');
	},
		function(){
		$(this).children("ul").fadeOut('fast');
	});*/
	$(function(){
		$('ul.sf-menu').superfish();
	});
});

