@charset "utf-8";

.gray_anim_menu_item:hover{
	background-color:#595959;
}

/*********************************************************************/
/* news */
.news_anim_menu_item:hover{
	background-color:#ba090e;
}

/*********************************************************************/
/* article */
.article_anim_menu_item:hover{
	background-color:#853ebb;
}

/*********************************************************************/
/* review */
.review_anim_menu_item:hover{
	background-color:#853ebb;
}

/*********************************************************************/
/* forum */
.forum_anim_menu_item:hover{
	background-color:#ffdf47;
}

/*********************************************************************/
/* education */
.education_anim_menu_item:hover{
	background-color:#ff9100;
}

