$(function() {
    $('.menu_li').hover(function() {
        $(this).find('ul').css('display', 'block');
		}, function() {
        $(this).find('ul').css('display', 'none');
	});
    $('#topnav1').hover(function() {
        $(this).find('img').attr('src', 'images/topnav1_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav1.gif');
	});
    $('#topnav2').hover(function() {
        $(this).find('img').attr('src', 'images/topnav2_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav2.gif');
	});
    $('#topnav3').hover(function() {
        $(this).find('img').attr('src', 'images/topnav3_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav3.gif');
	});
    $('#topnav4').hover(function() {
        $(this).find('img').attr('src', 'images/topnav4_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav4.gif');
	});
    $('#topnav5').hover(function() {
        $(this).find('img').attr('src', 'images/topnav5_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav5.gif');
	});
    $('#topnav6').hover(function() {
        $(this).find('img').attr('src', 'images/topnav6_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav6.gif');
	});
    $('#topnav7').hover(function() {
        $(this).find('img').attr('src', 'images/topnav7_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav7.gif');
	});
    $('#topnav8').hover(function() {
        $(this).find('img').attr('src', 'images/topnav8_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav8.gif');
	});
    $('#topnav9').hover(function() {
        $(this).find('img').attr('src', 'images/topnav9_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav9.gif');
	});
    $('#topnav10').hover(function() {
        $(this).find('img').attr('src', 'images/topnav10_hover.gif');
		}, function() {
        $(this).find('img').attr('src', 'images/topnav10.gif');
	});
});
