div.sg {
	font-family:  Arial, Helvetica, sans-serif;
	width: 20em;
	font-size: 11px;
	position: absolute;
	left: !important;
	right: !important;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid gray;
	z-index: 100;
	overflow-x: hidden;
	overflow-y: auto;
	/* overflow: auto; */
		
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); /* sets max-height for IE */
	max-height: 200px;
}
	
div.sg p {
	margin: 0;
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
	behavior: url(./hover.htc); /* hover IE6 fix */
}
	
div.sg p:hover, div.sg p.hover {
	color: white;
	font-weight:bold;
	cursor:pointer;
	background-color:#0099CC;
}
