#treemenu2
{
padding:0px;
margin:26 0 0 10px;
font-size:10px;
color:#336699;
}

#treemenu2 li.submenu a, #treemenu2 li a{

}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
padding:0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(../../files/tree/list.gif) no-repeat left 4px;
list-style-type: none;
padding-left: 15px;
margin-bottom: 5px;
margin-left: 0px;
}




.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../../files/tree/closed.gif) no-repeat left 4px;
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;
}
a.treeviewlink  {text-decoration:none;font-size:11px;color:#336699 !important;}
a.treeviewlink:hover {text-decoration:none;font-size:11px;color:#666666 !important;}
a.treeviewlink nobr {font-size:11px;color:#336699 !important;}
a.treeviewlink:hover nobr{font-size:11px;color:#666666 !important;}