.info { color: #888888; }

.treeview ul {
margin:0;
padding:0;
}

.treeview li {
background:url("list.gif") no-repeat scroll left center white;
list-style-type:none;
margin-bottom:3px;
padding-left:22px;
}

.treeview li.submenu {
background:url("closed.gif") no-repeat scroll left 1px white;
cursor:pointer !important;
}

.treeview li.submenu ul {
display:none;
}

.treeview .submenu ul li {
cursor:default;
}
