function initMenu()
{
	$('#navMenu').css('height','410px');
	$('.sub').hide();
	$('.subTitle').click( function(){ $('.sub').fadeOut(); $('.subTitle').css('color','000000'); $(this).css('color','005596'); $(this).next().fadeIn(); } );
	$('.subTitle2').click( function(){ $(this).css('color','005596'); $(this).next().fadeIn(); } );
	$('.currentSection').next().fadeIn();
	$('.currentSection').css('color','005596'); 
	$('.currentPage').css('color','005596'); 
}