.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	font-size:11pt;
	font-weight:900;
}

.treemenu ul {
	list-style : none;
	margin : 0px 10px 10px 10px;
	padding : 0px 10px;
	font-weight:100;
}

.treemenu li {
	/*display : inline;*/
}

.treemenu li ul li {
	background-image : url('../image/listmenu/dlshop.gif');
	background-repeat : no-repeat;
	background-position : 0px 5px;
}

.treemenu li ul li.products {
	background-image : url('../image/listmenu/products.gif');
	background-repeat : no-repeat;
	background-position : 0px 5px;
}

.treemenu li ul li.products a {
	color:#00aa00;
	font-weight:900;
}

.treemenu a {
	padding-left : 12px;

}

.treemenu .treeopen {
	background-image : url('../image/listmenu/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('../image/listmenu/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}