	.ac_results_ul {
		display: none;
		list-style: none;
		position: absolute;
		z-index: 10000;
		margin: -2px;
		*margin-top: 1px;
		*margin-left: 0px;
		white-space: pre;
	}

	.ac_results {
		background:url(http://images.forbes.com/images/typeahead_bg.jpg) repeat-x;
		border:solid 1px #cccccc;
		border-bottom:solid 3px #cccccc;
		border-width:1px 1px 3px;
		background-color:#f4f4f4;
		width: 365px;	
		padding:5px 0px 0px 0px;

	}
	
	.ac_results li {
		font: bold 12 arial,sans-serif;
		color:#2c5186;
		padding: 0px 2px;
		white-space: pre;
		margin:1px;
		text-align: left;
		list-style-type:none;
		overflow:hidden;
		width: 334px;
	}
	
	.ac_results a{
		font: bold 12 arial,sans-serif;
		font-weight: bold;
		padding: 0px 2px;
		color:#2c5186;
		text-decoration:none;
		line-height:15px;
	}
	
	.ac_results a:hover {
		color:#990000;
	}
	
	
	.ac_over {
		cursor: pointer;
		background:#cccccc;
	}
	
	.ac_match {
		font: bold 12 arial,sans-serif;
		color:#2c5186;
		text-decoration:none;
		z-index: 10000;
	}
	

