@charset "utf-8";
/* this css documeent is for IE only css. It exists inside a conditional statement that says if this browser is IE then use this css file.*/
/* There is also a if!IE css which is for Mozilla browsers. It exists in a conditional statement that says if this browser is not IE then use that css file. */

#cat_main_ul a:hover { 
	background-color: #C9D4DE;
	display:block;
}
#cat_sub_ul a:hover { 
	background-color: #C9D4DE;
	display:block;
}
#cat_sub_1_ul a:hover { 
	background-color: #C9D4DE;
	display:block;
}

#move_cat_main_ul a:hover { 
	background-color: #C9D4DE;
	/*display:block;*/
}
#move_cat_sub_ul a:hover { 
	background-color: #C9D4DE;
	/*display:block;*/
}
#move_cat_sub_1_ul a:hover { 
	background-color: #C9D4DE;
	/*display:block;*/
}
