/* ALBERO CATEGORIE */

#categoryLeftMenu {
	background: transparent none repeat scroll 0%;
	border-bottom: 1px solid #FF9400;
	border-left: 1px solid #FF9400;
	border-right: 1px solid #FF9400;
	margin-bottom:10px;
	padding:0pt;
}
#categoryLeftMenu h2 {
	background: #808040/*#448970*/;
	color:#FFF;
	font-size:12px;
	margin-bottom: 5px;
	
	padding: 4px 2px 4px 2px;
	text-align: left;
}
#categoryLeftMenu ul {
	/*border-left:1px dotted #494F5D;*/
	margin-left:10px;
	/*line-height:17px;*/
}
#categoryLeftMenu ul li ul li{
	border-left:1px dotted #494F5D;
}
#categoryLeftMenu a {
	background:url(../img/bg_list.gif) no-repeat 5px 9px;
	color:#000000;
	display:block;
	padding:3pt 0pt 3pt 10px;
/*	margin: 2px 0 2px 0;*/
	text-align:left;
	text-decoration:none;
}
#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;*/
	background:url(../img/bg_list.gif) no-repeat 5px 9px;
}
#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;
}