/* ALBERO CATEGORIE */

#categoryLeftMenu {
	background: transparent none repeat scroll 0%;
	border:0px;
	margin-bottom:10px;
	padding:0pt;
}
#categoryLeftMenu h2 {
	background:#000000 url(../img/ico_cube_2.gif) no-repeat scroll 98% 4px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:5px;
	padding-left:2px;
	text-align:left;
}
#categoryLeftMenu ul {
	border-left:1px dotted #494F5D;
	line-height:17px;
	margin-left:10px;
}
#categoryLeftMenu a {
	/*background:transparent url(../img/ico_item.gif) no-repeat scroll 0pt 1px;*/
	background:url(../img/close_item.gif) no-repeat bottom left;
	
	color:#000000;
	display:block;
	padding:3pt 0pt 3pt 22px;
/*	margin: 2px 0 2px 0;*/
	text-align:left;
	text-decoration:none;
	
	/*height: 20px;*/
}
#categoryLeftMenu a.folder {
	/*background:transparent url(../img/ico_folder.gif) no-repeat scroll 0pt 1px;*/
	background:url(../img/close_macro.gif) no-repeat bottom left;
	
}
#categoryLeftMenu a.open {
	/*background:transparent url(../img/ico_folder_open.gif) no-repeat scroll 0pt 1px;*/
	background:url(../img/close_macro_dw.gif) no-repeat bottom left;
	font-weight:bold;
}
#categoryLeftMenu a.folder:hover {
	text-decoration:underline;
}
