/* the news box */
#numerigiubilesi
{
	width:230px;
	height: 190px;
}
#numerigiubilesi a
{
	color:#ff7e00;
}
#numerigiubilesi a:hover
{
	text-decoration: underline;
}
#numerigiubilesi ul
{
	margin: 5px 0 0 0px;
	padding:0;
}
#numerigiubilesi li{
	line-height: 11px;
}
/* the news box when JavaScript is available */
#numerigiubilesi.hasJS
{
	height:150px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#numerigiubilesi.hasJS ul
{
	position:absolute;
	top:150px;
	left:0;
	margin: 0 0 0 0;
	padding:0;
}

