ul#categories li {
	list-style:none;
	display:inline;
}

ul#categories li a {
	display:block;
	width:164px;
	_width:162px;
	float:left;
	padding:3px 0;
	text-align:center;
	background:#000;
	margin:4px;
	border:1px solid #666;
	font-size:14px;
	text-decoration:none;
}

ul#categories {
	float:left;
	margin:0 0 10px 0;
}

ul#categories li a:hover {
	background:#333;
}

.content h2.subtitle {
	background:url('../images/tags.png') no-repeat 50px 2px;
}

ul#tags li {
	list-style:none;
	display:inline;
}
