div#tagcloud{
	width: 150px;
	overflow-x:hidden;
	overflow-y:visible;
}

#tagcloud ul {
	font-size:				12px;
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
	line-height:			1.5;
	margin:					0;
	padding:				0;
	border: 				0;
}


#tagcloud ul li {
	display:				inline;
	line-height:			2.0em;
	vertical-align:			baseline;
	white-space:			nowrap;
}


