@charset "utf-8";

#main_menu_home {
	display:block;
	width:113px;
	height:35px;
	background-image: url(../../images/menu_home_st.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


#main_menu_home a,
#main_menu_home a:link,
#main_menu_home a:visited {
	display:block;
	width:113px;
	height:35px;
	background-image: url(../../images/menu_home_st.png);
	background-repeat: no-repeat;
}

#main_menu_home a:hover,
#main_menu_home a:active {
	display:block;
	width:113px;
	height:35px;
	background-image: url(../../images/menu_home_st.png);
	background-repeat: no-repeat;
}

