#filters, #filters ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 12px;
}

#filters a {
	display: block;
	width: auto;
}

#filters li.first { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	border-left: 1px solid #fff;
}

#filters li.first b {
	display: block;
	width: auto;
	background: #dcdcd0 url(../img/filter_down.gif) no-repeat top right;
	padding: 3px 2px;
	text-decoration: none;
	color: #666;
}

#filters li.first b.active {
	background: #9a9a92 url(../img/filter_up.gif) no-repeat top right;
	color: #dcdcd0;
}

#filters li.label {
	float: left;
	background: #c8c8bd;
	padding: 3px 2px;
	font-weight: bold;
	color: #333;
}

#filters li div {
	height: 100px;
	overflow: auto;
	position: absolute;
	display: none;
	z-index: 100;
	width: 150px;
	border-top: 1px solid #fff;
}

#filters li div ul li {
	background: #ccc;
	width: auto;
	border-bottom: 1px solid #fff;
}

#filters li li a {
	background: #dcdcd0;
	background-image: none;
	padding: 2px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	width: auto;
	display: block;
}

#filters li li a:hover {
	background: #c8c8bd;
	color: #444444;
}

