/* CSS Document */

#treemenu1 li { /*CSS for Simple Tree Menu*/
margin: 4px 0;
}

#treemenu1 li ul { /*CSS for Simple Tree Menu*/
margin: 4px 0;
padding: 0;
}

#treemenu1 li { padding-bottom: 0;}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.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;
}

#treemenu1 li ul li a {color: #333333; border: none; text-decoration: none; background: white url(/images/list.gif) no-repeat left center; padding-left: 22px; margin-left: -22px;}
#treemenu1 li ul li a.active, #treemenu1 li ul li a:hover {color: #EE7F00; background: white url(/images/list2.gif) no-repeat left center;}



#menu3 ul li a.active {color: #EE7F00; border: none; text-decoration: none;}




#treemenu2 { font-size: 11px; }
#treemenu2 li.sitemap { background: white url(/images/chiuso.gif) no-repeat left top;}
#treemenu2 li ul li a {color: #333333; border: none; text-decoration: none; background: white url(/images/list.gif) no-repeat left center; padding-left: 22px;}
#treemenu2 li ul li a:hover {color: #EE7F00; border: none; text-decoration: none; background: white url(/images/list.gif) no-repeat left center; padding-left: 22px;}
#treemenu2 li ul li ul { padding-left: 22px;}
#treemenu2 li ul li ul li a {color: #333333; border: none; text-decoration: none; background: white url(/images/list.gif) no-repeat left center; padding-left: 22px;}


.sitemap li {list-style-type: none;}
.sitemap li a {color: #333333; border: none; text-decoration: none; background: white url(/images/closed.gif) no-repeat left; padding-left: 22px;}
.sitemap li ul li { padding-left: 22px;}
.sitemap li ul li ul li { padding-left: 22px;}
.sitemap li ul li a {color: #333333; border: none; text-decoration: none; background: white url(/images/closed.gif) no-repeat left; padding-left: 22px;}