ul{color:#717171; font-family:Verdana;font-size:12px; line-height:15px;margin:0px;font-weight:normal;padding:0px;text-indent:0px;margin-left:20px;}
ul li{color:#717171; font-family:Verdana;font-size:12px; line-height:15px;margin:0px;font-weight:normal;list-style-image:url('/img/tire.gif');list-style-position:outside;padding:0px;}
 /* ul
    {
       list-style-type: none;
	   margin-left:0px;
       //list-style-image: url('/img/tire.gif');
    }
  ul li
    {
        padding: 0;
        behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
                | ( parentNode.style.listStyleImage = 'none' )
                | ( this.firstChild && this.firstChild.nodeType != 3
                    ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
                | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>'
                    + this.innerHTML ) ) : '' );
    }
    ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.7em;
    }
    ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
    ul>li>*
    {
        text-indent: 0;
  }*/