/* THIS STYLE IS FOR BABYSOFT ONLY */

/* for the first line */
 .menuList{
list-style: square inside url('http://graphics.babysoft.ca/icons/trianglePointer.jpg');
}


/* for second line and up, let list go back to the right position */
 .menuList2{
list-style: square inside url('http://graphics.babysoft.ca/icons/trianglePointer_secondline.jpg');
}

