div#testo {
	background:#FFF;
	padding:15px 0 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:19px;
	font-size:14px;
	float:left;
	width:820px;
}

div#testo h4{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#937026;
	margin:0;
	padding:17px 0 2px;
}

div#testo h4 span{
	font-style:italic;
	font-size:14px;
}

div#testo ul{
	margin:0;
	padding:7px 0 5px 12px;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

div#testo ul li{
	margin:0;
	padding:0;
}

div#testo ul.antipasti{
	background-image: url(../images/menu/001.jpg);
	background-repeat: no-repeat;
	background-position: right center;	

}

div#testo ul.primi{
	background-image: url(../images/menu/002.jpg);
	background-repeat: no-repeat;
	background-position: right center;	

}

div#testo ul.secondi{
	background-image: url(../images/menu/003.jpg);
	background-repeat: no-repeat;
	background-position: right center;	

}

div#testo ul.contorni{
	background-image: url(../images/menu/004.jpg);
	background-repeat: no-repeat;
	background-position: right center;	

}

div#testo ul.dolci{
	background-image: url(../images/menu/005.jpg);
	background-repeat: no-repeat;
	background-position: right center;	

}


