/* The #content version is to gain higher specificity than some of the site specific li rules */
#content ul.suggestPulldown, ul.suggestPulldown {
	position: absolute;
	z-index: 5;
	border: 1px solid #ccc;
	background-color: #fff;	
	padding: 2px 2px 2px 2px;
	_white-space: nowrap; /* Dirty IE6 hack - IE6 ignores the leading underscore - Without this IE6 makes the auto width smaller by wrapping unnessecerily */
}

/* The #content version is to gain higher specificity than some of the site specific li rules */
#content ul.suggestPulldown li, ul.suggestPulldown li {
	line-height: 1em;
	list-style-type: none;
	list-style-image: none;
  list-style: none; /* this was randomly no overriding in IE7 so the js sill also dd this as an inline style to the elements */
  margin: 0 0 0 0;
  padding: 4px 2px 4px 2px;
  cursor: pointer;
}

#content ul.suggestPulldown li.hover, ul.suggestPulldown li.hover {
	background-color: #99aaff;
}

#content ul.suggestPulldown li.selected, ul.suggestPulldown li.selected {
	background-color: #99aaff;
}