/* CSS Document */

.link_aa001:link {
	
	width:66px; height:20px;
	padding-top:8px;
	text-decoration:none;
	text-align:center;
	background:url(button_menu_01_off.gif) no-repeat;	/* ³¬Á´½Ó±³¾°Í¼Æ¬ */
	COLOR:#0000FF; TEXT-DECORATION: none
}
.link_aa001:visited {
	width:66px; height:20px;
	padding-top:8px;
	text-decoration:none;
	text-align:center;
	background:url(button_menu_01_off.gif) no-repeat;	/* ³¬Á´½Ó±³¾°Í¼Æ¬ */
	COLOR:#0000FF; TEXT-DECORATION: none
}

.link_aa001:hover {
	color:#FFFF00;
	text-decoration:underline;
	background:url(button_menu_01_on.gif) no-repeat;
}