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

