// EXAIME Teamworks

<!--				
$(document).ready(function(){
	$('#header li').children('span:not(.active_page_item):not(.current_page_ancestor)').css({opacity: '0', display: 'block'})
	$('#header li').hover(
		function(){$(this).children('span:not(.active_page_item):not(.current_page_ancestor)').stop().animate({opacity:"1"}, 300, "easeInOutQuad");},
		function(){$(this).children('span:not(.active_page_item):not(.current_page_ancestor)').stop().animate({opacity:"0"}, 300, "easeInOutQuad");}
	);
})
// -->
