In the example below I inserted squares but you can see the extra triangle.
Is the triangle being added by the template? Can I get rid of it?
Thanks

#gkWrap2 .box li
background: url("../images/menu_bullet.png") no-repeat 4px 8px;
padding: 0 0 0 14px;
#gkWrap2 .box ul {
list-style-position: inside;
}