#menubox{ background-color:#FFE9DF; } /*Primo livello*/ 
div#ctl00_TreeView1{ text-align:left; 	background-color:#FFe9DF;}
div#ctl00_TreeView1 table{
	width:100%;
	height:18px;
}
div#ctl00_TreeView1 a 
{
	font-family:Verdana;
	font-size:10px;
	color:Red;
}

div#ctl00_TreeView1 table tr td
{
	border-bottom:#FFFFFF solid 2px;
	text-align:left;
	vertical-align:middle;
	/*OK*/
}


div#ctl00_TreeView1 table tr td img
{
	margin-top:1px;
	margin-left:8px;
	margin-right:4px;
}
a.ctl00_TreeView1_0
{
	text-align:left;
	font-weight:bold;
	display:block;
	width:143px;
}
/*Secondo livello*/
 

div#ctl00_TreeView1n2Nodes{
	background-color:#FDC5B9;
}
div#ctl00_TreeView1n2Nodes table tbody tr td a.ctl00_TreeView1_0 {
	margin-left:18px;
}
div#ctl00_TreeView1n2Nodes table tbody tr td img {
	display:none;
}
div#ctl00_TreeView1n2Nodes table tbody tr td div
{
	background-color:#FDC5B9; display:none; 
}

div#ctl00_TreeView1n5Nodes{
	background-color:#FDC5B9;
}
div#ctl00_TreeView1n5Nodes table tr td a.ctl00_TreeView1_0 {
	margin-left:18px;
}
div#ctl00_TreeView1n5Nodes table tr td img {
	display:none;
}
div#ctl00_TreeView1n5Nodes table tr td div
{
	background-color:#006699; display:none; 
}

div#ctl00_TreeView1n10Nodes{
	background-color:#FDC5B9;
}
div#ctl00_TreeView1n10Nodes table tr td a.ctl00_TreeView1_0 {
	margin-left:18px;
}
div#ctl00_TreeView1n10Nodes table tr td img {
	display:none;
}
div#ctl00_TreeView1n10Nodes table tr td div
{
	background-color:#006699; display:none; 
}


div#ctl00_TreeView1n12Nodes{
	background-color:#F2C270;
}
div#ctl00_TreeView1n12Nodes table tr td a.ctl00_TreeView1_0 {
	margin-left:18px;
}
div#ctl00_TreeView1n12Nodes table tr td img {
	display:none;
}
div#ctl00_TreeView1n12Nodes table tr td div
{
	background-color:#006699; display:none; 
}

/* Terzo Livello */

div#ctl00_TreeView1n13Nodes{
	background-color:#ff8f87;
}
div#ctl00_TreeView1n13Nodes table tr td a.ctl00_TreeView1_0 {
	margin-left:28px;
	width:auto;
}
