/* CSS Document */


/*@====================@[btn] btn_link@====================@*/



.btn_link {
	background:url(images/link_on.gif);	
	width:260px;
	height:38px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_link a{
	background:url(images/link_off.gif);	
	width:260px;
	height:38px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_link a:hover{
	background:none !important;
	width:260px;
	height:38px;
	font-size:1px;
}
