.Items { width: 170px; }
	span.Ellipsis {visibility:hidden;}
			.Items li
			{
				line-height: 1.7em;
				position: relative;
				background-image: url(images/ellipses2.gif);
				background-repeat: repeat-x;
				background-position: 0 .70em;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			.Items .Name
			{
				position: absolute;
				top: 0; left: 0; z-index: 100;
				padding: 0 5px 0 0;
				background-color: transparent;
				color: white;
			}
			.Items .Value
			{
				position: absolute;
				top: 0; right: 0; z-index: 100;
				text-align: right;
				padding: 0 0 0 3px;
				background-color: transparent;
				color: white;
			}
