@charset "UTF-8";
@import url("default.css");
@import url("buttons.css");
/* Home */

/*----- ELENCO LAVORI ------*/

#elencoLavori{
	float: 					right;
	
}
#elencoLavori a {
	text-indent: 			-9000px;
	display:				block;
	height: 				13px;
	width: 					109px;
	background: 			url(/images/l_elencolavori.gif) no-repeat top left;
	text-decoration:		none;
}
#elencoLavori a:hover{
 	text-indent: 			-9000px;
	display:				block;
	height: 				13px;
	width: 					109px;
	background: 			url(/images/l_elencolavori.gif) no-repeat bottom left;
	text-decoration:		none;
}
