#thingyList .things {
	padding:0px;
	margin:0px;
	width:200px;
	z-index:5000;
	position:absolute;
	top:27px;
	left:20px;
	border:solid #a2a2a2 1px;
	border-top-style:none;
}

#thingyList .things a:link,
#thingyList .things a:visited {
	display:block;
	background-color:#f1f1f1;
	border-top:solid #a2a2a2 1px;	
	border-bottom:solid #727272 1px;
	line-height:12px;
	font-size:10px;
	height:12px;
	padding:2px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#a2a2a2;
	width:190px;
}
#thingyList .things a:hover {
	background-color:white;
}