/*profile tab list*/
li#tab_pfof_news:hover {
	background: url("../images/btnNews_on.gif") no-repeat 0 0;
}
li#tab_pfof_news {
	background: url("../images/btnNews.gif") no-repeat 0 0;
}

li#tab_pfof_biography:hover {
	background: url("../images/btnBiography_on.gif") no-repeat 0 0;
}
li#tab_pfof_biography {
	background: url("../images/btnBiography.gif") no-repeat 0 0;
}

li#tab_pfof_media:hover {
	background: url("../images/btnMedia_on.gif") no-repeat 0 0;
}
li#tab_pfof_media {
	background: url("../images/btnMedia.gif") no-repeat 0 0;
}




/* media tab list*/
li#tab_media_movie:hover {
	background: url("../images/btnsMovie_on.gif") no-repeat 0 0;
}

li#tab_media_movie {
	background: url("../images/btnsMovie.gif") no-repeat 0 0;
}

li#tab_media_tv:hover {
	background: url("../images/btnsTv_on.gif") no-repeat 0 0;
}

li#tab_media_tv {
	background: url("../images/btnsTv.gif") no-repeat 0 0;
}

li#tab_media_stage:hover {
	background: url("../images/btnsStage_on.gif") no-repeat 0 0;
}

li#tab_media_stage {
	background: url("../images/btnsStage.gif") no-repeat 0 0;
}

li#tab_media_magazine:hover {
	background: url("../images/btnsMagazine_on.gif") no-repeat 0 0;
}

li#tab_media_magazine {
	background: url("../images/btnsMagazine.gif") no-repeat 0 0;
}

li#tab_media_cm:hover {
	background: url("../images/btnsCm_on.gif") no-repeat 0 0;
}

li#tab_media_cm {
	background: url("../images/btnsCm.gif") no-repeat 0 0;
}

li#tab_media_other:hover {
	background: url("../images/btnsOther_on.gif") no-repeat 0 0;
}

li#tab_media_other {
	background: url("../images/btnsOther.gif") no-repeat 0 0;
}

