.treemenu {
	margin : 2px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding : 3px 0px 3px 0px;
	font-size:12px;
	width : 191px;
	position:relative;
}

.treemenu UL {
	margin : 0px;
	padding : 0px 0px 5px 0px;
	float:left;
	display:block;
	position:relative;
	margin:0px 0px 3px 0px;
	border-bottom:2px dotted #CCCCCC;

}

.treemenu LI {
	display:block;
	float:left;
	margin:0px;
	width:190px;
	position:relative;
	margin:0px 0px 0px 0px;
}
.treemenu LI ul li{
	display:block;
	float:left;
	width:185px;
	position:relative;
	padding:0px 0px 0px 5px;
}
.treemenu A {
	display : block;
	text-decoration : underline;

}
.treemenu A:hover {
	text-decoration : none;

}
.treemenu .treeopen{
BACKGROUND: url(/images/arrow-down3-h.gif) 5px 7px no-repeat;
margin:2px 0px 3px 0px;
font-size:14px;
font-weight:bold;
	padding:2px 7px 2px 23px;
	text-decoration:none;

}		

.treemenu .treeclosed {
BACKGROUND:url(/images/arrow-new.gif) 5px 7px no-repeat;
margin:2px 0px 3px 0px;
font-size:14px;
font-weight:bold;
	padding:2px 7px 2px 23px;
		text-decoration:none;

	
}
.selected-filter{	
	font-style:normal;
	font-weight:bold;
}

.highlighted-filter{
	background-color:#CCCCCC;
	font-style:normal;
	font-weight:bold;
}