$(document).ready(function() {
	$("#menuHbtn1").css("background","url(/images/header/m1_a.gif)");
	$("#menuHbtn1").unbind();
	$(".upper").hover(function(){$(this).css("color","#000")},function(){$(this).css("color","#006699")});
});