#newstabs ul, #newstabs li, #newstabs p{
	margin: 0;
	padding: 0;
}

#newstabs{
	background: url('images/box_moduloinbasso.jpg') no-repeat 0 0;
	height: 175px;
	width: 666px;
	margin: 0 auto;
}

#newstabs li{
	float: left;
	display: block;
	height: 29px;
	padding: 0 36px 0 21px;
	line-height: 29px;
	background: url('images/freccia_filetto.jpg') no-repeat 100% 100%;
	cursor: pointer;
	font-size: 1.2em;
	color: #153951;
	font-family: trebuchet ms;
}

#newstabs li.active{
	background-image: url('images/hoverleft_modbasso.jpg');
	color: #810706;
}

#newstabs .tab{
	clear: left;
	padding: 10px;	
}


