/* TASTO 1  ########################################################## */
.tst1{	
	background:url("images/tst_home_on.jpg") no-repeat 0px 0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:23px;
	width:66px;
	text-indent:-9999px;
}	
A.tst1:link,
A.tst1:visited{
	display:block !important;
	background:url("images/tst_home_on.jpg") no-repeat 0px 0;
}
A.tst1:hover,
A.tst1:focus,
A.tst1:active{
	display:block !important;
	background:url("images/tst_home_on.jpg") no-repeat 0px 0;
}
.tst1-sel{
	background:url("images/tst_home_on.jpg") no-repeat 0px 0;
	margin:0px 0px 0px 0px;
	width:66px;
	height:23px;
	text-indent:-9999px;
}


