Ottimo, funziona!
Ho modificato il css cosi:
ul
{
margin: 0;
padding: 0;
list-style: none;
}
ul li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/sc_bullet_orange.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}
.latestnews ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align: left;
}
.latestnews li
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align: left;
}
.mostread ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align: left;
}
.mostread li
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align: left;
}
Grazie mille Francodanese!