		span.spanTextDropdown
		{
			position: absolute;
			top: 500px;
			left: 100px;
			width: 150px;
			height: 200px; /* or none? */
			z-index: 8000;
			background-color: #c0c0c0;
			border: 1px solid #000000;
			padding-left: 2px;
			overflow: auto; /* or hidden? */
			display: none;
		}
		
		span.spanMatchText
		{
			text-decoration: underline;
			font-weight: bold;
		}
		
		span.spanNormalElement
		{
			background: #c0c0c0;
		}
		
		span.spanHiElement
		{
			background: #000040;
			color: white;
			cursor: pointer;
		}
		span.dev
		{
			display: none;
		}
  		
