.ix {
	float: left; 
	width: 360px; 
	padding: 20px 20px 0 60px; 	
}

* html .ix {
	float: left; 
	width: 360px; 
	padding: 20px 20px 0 20px; 
}


*+html .ix {
	float: left; 
	width: 360px; 
	padding: 20px 20px 0 60px;	
}

.tree-wrapper {
	overflow: auto; 
	width: 320px; 
	height: 240px;	
	border: 1px solid #000;	
	background-color : #EEE;	
	position: relative;
	z-index: 2;
}	

.treemenu {
	margin : 0px 0px;
	padding : 0px 10px 10px 10px;
	list-style : none;	
	background-color : #EEE;	
	width: 280px;
}


.treemenu UL {
	list-style : none;
	margin : 0px;
	padding : 0px;			
}

.treemenu LI {
	display : block;
	list-style-type: none;	
	list-style-position: inside;	
	line-height: 19px;		
	margin-left: 0px;			
}

* html .treemenu LI {			
	border: solid #eee 1px;			
}

.category_color {
	color: #006600;
}	

.subcategory_color {
	color: #000 !important;
}	


.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;	
	color: #006600;
}

* html  .treemenu A {
	display : block;
	padding-left : 0px;
	text-decoration : none;

}

*+html  .treemenu A {
	display : block;
	padding-left : 0px;
	text-decoration : none;
}

.treemenu .treeopen {
	background-image : url('../../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;	
	background-position: 1px ;
}	

.treemenu .treeclosed {
	background-image : url('../../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}