.treeview a:link { background: transparent; text-decoration:none; color:#333; font-weight: bold;
}
.treeview a:visited { background: transparent; text-decoration:none; color:#333;font-weight: bold; }
.treeview a:active { background: transparent; text-decoration:none; color:#333;font-weight: bold; }
.treeview a:hover { background: transparent; text-decoration:underline; color:#990000;font-weight: bold; } 

.treeview ul{ /*CSS for Simple Tree Menu    */
margin: 0;
padding: 0;
list-style-type: disc !important;
}

/*primolivello*/
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/backgrounds/1.gif) no-repeat left center;
list-style: none !important;
padding-left: 12px;
margin-bottom: 6px;
text-align:left;
font-size:10px;
text-transform:;
border-bottom: 0px solid #ccc;
color:#333;

}
/*sottolivello*/
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(../images/backgrounds/screen-chiaro.gif) no-repeat left 0px;*/
background-image:#bbccaa url(../images/.gif) repeat;
cursor: hand !important;
cursor: pointer !important;
text-transform: !important;
list-style:  !important;
border-left: 0px solid #ccc;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */ 
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
list-style-type: none !important;
padding-left: 12px;

}
