#tagcloud
{
	position: absolute;
	display: none;
	border: 0px;
	font-size: 12px;
	width: 200px;
	height: 170px;
	overflow: hidden;
	top: 30px;
	left: 5px;
}

#tagcloud ul,#tagcloud li
{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	
}

#tagcloud a
{
	text-shadow: #eee 0 1px 0;
	color: #1c1c1c;
	left: 50%;
	top: 50%;
	
	line-height: 1.2em;
	margin: -0.6em 0 0 0;
	padding: 0 0.2em;
	position: absolute;
	text-align: center;
	text-decoration: none;
	border: 0px;
}

#tagcloud a:hover
{
	background: #FFF;
	border: 1px solid #6796a8;
	color: #ac1600;
	z-index: 1000 !important;
}