$(document).ready(function(){
	 $('#st_wrapper_slogan .view-content').cycle({ 
		 //fx: 'scrollLeft' 
	 });
	 $('#st_logo a, #st_logo_footer a, #st_main_menu ul, #st_wrapper_slogan .views-field-body').supersleight();
	 // $('#st_main_menu li[class*="expanded"] ul[class*="menu"]').each(
			// function(index){
				// $(this).hide();
			// }
		
		// );
/*		$('#st_main_menu .menu li.leaf').hover(
			function () {
				$(this,'a').not('[class*="active"]').addClass('sfhover');
			},
			function () {
				$(this).removeClass('sfhover');
			}
		);
		$('#st_main_menu .menu li.expanded a.active').parent().addClass('havesubchild-active');
		$('#st_main_menu .menu li.expanded li.expanded a.active').parent().parent().parent().addClass('havechild-active');
		$('#st_main_menu .menu li.expanded li.expanded li.leaf a.active').parent().removeClass('havesubchild-active').removeClass('havechild-active').parent().parent().removeClass('havechild-active').addClass('havesubchild-active').parent().parent().addClass('havechild-active');
		$('#st_main_menu .menu li.expanded li.expanded','a').not('[class*="active"]').addClass('havesubchild');
		$('#st_main_menu .menu li.havesubchild-active').hover(
			function() { 
				$(this).removeClass('havesubchild-active');
				$(this).addClass('havesubchild-activesfhover');
			},
			function() { 
				$(this).removeClass('havesubchild-activesfhover');
				$(this).addClass('havesubchild-active');
			}
		);
		$('#st_main_menu .menu li.expanded li.expanded').hover(
			function() { 
			$(this).not('[class*="havesubchild-activesfhover"]').addClass('havesubchildsfhover');
			},
			function() {
			$(this).removeClass('havesubchildsfhover');
			});
		
		
		$('#st_main_menu .menu li.havechild-active').hover(
			function() { 
				$(this).removeClass('havechild-active');
				$(this).addClass('havechild-activesfhover');
			},
			function() { 
				$(this).removeClass('havechild-activesfhover');
				$(this).addClass('havechild-active');
			}
		);
		$('#st_main_menu .menu li.leaf a.active').parent().hover(
			function() { 
				$(this).addClass('activesfhover');
			},
			function() { 
				$(this).removeClass('activesfhover');
			}
		);
		$('#st_main_menu .menu li.expanded').hover(
			function() { 
			//$('ul',this).show();
			$(this).not('[class*="havechild-activesfhover"]').not('[class*="havesubchild-activesfhover"]').not('[class*="havesubchildsfhover"]').addClass('havechildsfhover');
			},
			function() {
				$(this).removeClass('havechildsfhover');
				//$('ul',this).hide();
				}
			);*/
});