#myButton1 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_1_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton1 a:hover {background-image: url(../img/menu_btn_1_on.png);}

#myButton2 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_2_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton2 a:hover {background-image: url(../img/menu_btn_2_on.png);}

#myButton3 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_3_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton3 a:hover {background-image: url(../img/menu_btn_3_on.png);}

#myButton4 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_4_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton4 a:hover {background-image: url(../img/menu_btn_4_on.png);}

#myButton5 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_5_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton5 a:hover {background-image: url(../img/menu_btn_5_on.png);}

#myButton6 a {
	display:block;
	overflow:hidden;
	height:0px;
	width:140px;
	background-image: url(../img/menu_btn_6_off.png);
	padding-top: 32px;
	text-align: center;
	margin: 0px 44px;
}
#myButton6 a:hover {background-image: url(../img/menu_btn_6_on.png);}
