Montezuma is not done with list-style-image but background-images
Not tested, I took this from the Montezuma theme
HTML Code:
.widget ul {
margin:0;
padding: 0;
list-style : none;
}
.widget ul li {
margin: 0 0 2px 0;
list-style: none;
line-height: 17px;
position:relative;
background: #b1b6d1 url(/wp-content/themes/atahualpa3/images/dart.gif) no-repeat top left;
}
.widget ul li ul li {
background: #b1b6d1 url(/wp-content/themes/atahualpa3/images/dart2.gif) no-repeat top left;
}
.widget ul li a {
text-decoration: none;
font-weight: normal;
color: #42476f;
padding-left: 15px;
display:block
}
.widget ul li ul li a {
padding-left: 18px;
}
.widget ul li a:hover {
text-decoration: underline;
}
* html .widget ul li a {
display:inline-block /* IE6 needs inline-block */
}
Good job on matching Atahualpa to Montezuma.