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

