.barlist
{

}
.barlist ul li
{
    list-style: outside none none;
}
.barlist ul li a
{
    background-image: url("../immagini/list_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px #686868;
    float: left;
    font-size: 17px;
    margin-left: -15px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 3%;
    width: 97%;
}