/*---- 主選單 ----*/
#MAIN_NAV {
	width: 950px;
	height: 40px;
	background-image: url(../menu/menu_00.gif);
	background-repeat: no-repeat;
	display: block;
}
#MAIN_NAV ul {
	width: 950px;
}
#MAIN_NAV li {float: left;}
#MAIN_NAV li a {display: block;}


#ACT a {
	width:191px;
	height:40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../menu/menu_01.gif);
}

#ACT a:hover {
	background-image: url(../menu/menu_01.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
}

#RBT a {
	width:191px;
	height:40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../menu/menu_02.gif);
}
#RBT a:hover {
	background-image: url(../menu/menu_02.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
}


#TT a {
	width:191px;
	height:40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../menu/menu_03.gif);
}
#TT a:hover {
;
	background-image: url(../menu/menu_03.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
}

#MP3 a {
	width:191px;
	height:40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../menu/menu_04.gif);
}
#MP3 a:hover {
	background-image: url(../menu/menu_04.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
}

#BOX a {
	width:186px;
	height:40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../menu/menu_05.gif);
}
#BOX a:hover {
	background-image: url(../menu/menu_05.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
}
