#suggestions {
	color: white;
	z-index: 200;
	width: 162px;
	left: 20px;
	top: 33px;
	position: absolute;
	background-color: #7079a2;
}

#suggestions ul {
}

#suggestions ul li {
	border-bottom-color: #8085a1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 0.9em;
}

#suggestions ul li em {
	color: #cdcdcd;
	font-size: 0.77em;
}

#suggestions ul li a {
	padding: 0.4em;
	display: block;
}

#suggestions ul li a:hover {
	text-decoration: underline;
	background-color: #7a82b1;
	cursor: pointer;
}

#suggestions ul li a:hover em {
	text-decoration: underline;
}

#suggestions ul li.first {
	padding: 0.4em;
	border-bottom-color: #4e5270;
	font-weight: bold;
	color: #cdcdcc;
	border-bottom-width: 1px;
	background-color: #5d5f84;
}

#suggestions ul li.first a:hover {
	text-decoration: none;
	cursor: default;
}

#suggestions ul li.lastone a {
	border-bottom-color: #5d6185;
	font-size: 0.77em;
	text-align: right;
	color: #cdcdcc;
	border-bottom-width: 1px;
	background-color: #5d6185;
}
