#filters, #filters ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

#filters a {
	display: block;
	width: auto;
}

#filters li.first { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#filters li.first b {
	display: block;
	width: 146px;
	background: url(../images/filter_down.gif) no-repeat top right #2A83AF;
	padding: 3px 2px;
	text-decoration: none;
	color: #8BBBD2;
	cursor:pointer;
}

#filters li.first b.active {
	background:  url(../images/filter_up.gif) no-repeat top right #2A83AF;
	color: #8BBBD2;
	
}

#filters li.label {
	float: left;
	padding: 3px 2px;
	font-weight: bold;
	color: #1588B7;
	padding-right:20px;
}

#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 {
	width: auto;
	border-bottom: 1px solid #fff;
}

#filters li li a {
	background: #8DBBD2;
	padding: 2px;
	font-size: 12px;
	text-decoration: none;
	color: #055087;
	width: auto;
	display: block;
	font-weight: bold;
}

#filters li li a:hover {
	background: #FFF;
	color: #444444;
}

