		.streetList {
		  list-style-type: none;
		  margin: 0px;
		  padding: 0px;
		  color:WindowText;
		  background-color:Window;
		}
		
		#key {
			position:absolute;
			left:0px;
			top:0px; 
		  margin: 0px;
		  padding: 1px;
			width:400px; 
			height:19px;
		}
		
		#streetDiv {
			position:absolute;
			padding: 2px; 
			background-color:#ffffff; 
			top:20px; 
			width:400px; 
			height:20px; 
			border:1px solid WindowText; 
			overflow-y:auto;
			display: none;
			z-index:10;
		}

		#streetDiv a {
			width: 100%;
			cursor: default;
			text-decoration: none;
		}
		#streetDiv a:hover {
			text-decoration: none;
		}


		.window {
			width: 100%;
		  color: WindowText;
		  background-color: Window;
		}

		.highlight {
			width: 100%;
		  color: HighlightText;
		  background-color: Highlight;
		}

