ul{
    margin: 0 auto;
    padding: 0;
 }


/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: 600px
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 15px;
        width: 150px;
        background: url("/css/images/bullet.png") no-repeat scroll 0 4px transparent;
        color: #464646;
        font-size: 12px;
        line-height: 15px;
        list-style-type: none;
        padding: 0 0 10px 14px
  
    }

/* Blue Arrow Bullet List */ 

