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

/*----- CURRICULUM ------*/

#curriculum{
	float: 					left;
	
}
#curriculum a{
	text-decoration:		none;
	border:					0px;
	text-indent: 			-9000px;
	display:				block;
	height: 				13px;
	width: 					91px;
	background: 			url(/images/l_curriculum.gif) no-repeat top left;
}
#curriculum a:hover{
	text-decoration:		none;
	border:					0px;
 	text-indent: 			-9000px;
	display:				block;
	height: 				13px;
	width: 					91px;
	background: 			url(/images/l_curriculum.gif) no-repeat bottom left;
}
