p
, ul
, ol
{
	padding: 0;
}
li
{
	margin: 0.5em 0 0.5em 1.3em;
}
ul
{
	padding: 0 10 0 0; 
	margin: 0;
	list-style-type: none;
	//list-style-image: url('/images/li.gif');
}
ul li
{
	padding: 0;
	behavior: expression(
		( !this.before && parentNode && parentNode.tagName == 'UL' )
		?
			( this.before = true )
			& ( parentNode.style.listStyleImage = 'none' )
			& (
				( this.firstChild && this.firstChild.firstChild )
				?
					( this.firstChild.style.marginTop = '-1.2em' )
					& ( this.firstChild.style.position = 'relative' )
				: ''
			)
			& ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
			& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
			& ( this.insertBefore( eNOBR, this.firstChild ) )
		: ''
	);
}
ul>li:before
{
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}
ul>li>*:first-child:-moz-first-node
{
	margin-top: -1.2em;
}
ul>li>*
{
	text-indent: 0;
}
.sup
{
	position: relative;
	top: -0.5em;
	font-size: 0.75em; //font-size: 0.89em;
	line-height: 0;
	vertical-align: baseline;
}