	$(document).ready(function () {

		$('#dropdown').hover(
		
			function () {

				//change the background of parent menu				
				$('#dropdown li a.parent').addClass('hover');
				
				//display the submenu
				$('#dropdown ul.children.').show();
			   
	
			
			},
		
			function () {

				//change the background of parent menu
				$('#dropdown li a.parent').removeClass('hover');			

				//display the submenu
				$('#dropdown ul.children').hide();
			
			
			
			}
		
		);
		
	});
	
	
	
		$(document).ready(function () {

		$('#dropdown2').hover(
		
			function () {

				//change the background of parent menu				
				$('#dropdown2 li a.parent').addClass('hover');
				
				//display the submenu
				$('#dropdown2 ul.children2.').show();
			   
	
			
			},
		
			function () {

				//change the background of parent menu
				$('#dropdown2 li a.parent').removeClass('hover');			

				//display the submenu
				$('#dropdown2 ul.children2').hide();
			
			
			
			}
		
		);
		
	});
	
	
	
		$(document).ready(function () {

		$('#dropdown3').hover(
		
			function () {

				//change the background of parent menu				
				$('#dropdown3 li a.parent').addClass('hover');
				
				//display the submenu
				$('#dropdown3 ul.children3.').show();
			   
	
			
			},
		
			function () {

				//change the background of parent menu
				$('#dropdown3 li a.parent').removeClass('hover');			

				//display the submenu
				$('#dropdown3 ul.children3').hide();
			
			
			
			}
		
		);
		
	});
	
	
	
	
	
		$(document).ready(function () {

		$('#dropdown4').hover(
		
			function () {

				//change the background of parent menu				
				$('#dropdown4 li a.parent').addClass('hover');
				
				//display the submenu
				$('#dropdown4 ul.children4.').show();
			   
	
			
			},
		
			function () {

				//change the background of parent menu
				$('#dropdown4 li a.parent').removeClass('hover');			

				//display the submenu
				$('#dropdown4 ul.children4').hide();
			
			
			
			}
		
		);
		
	});
	
	
	
	
	
	
		$(document).ready(function () {

		$('#dropdown4_ru').hover(
		
			function () {

				//change the background of parent menu				
				$('#dropdown4_ru li a.parent').addClass('hover');
				
				//display the submenu
				$('#dropdown4_ru ul.children4.').show();
			   
	
			
			},
		
			function () {

				//change the background of parent menu
				$('#dropdown4_ru li a.parent').removeClass('hover');			

				//display the submenu
				$('#dropdown4_ru ul.children4').hide();
			
			
			
			}
		
		);
		
	});
	

