#tree{
float:left;
margin-top:0px;
margin-left:0px;
padding:0px;
width:238px;
}

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

.treeview li{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;
background: url(images/list.jpg) no-repeat left 0px;
list-style-type: none;
padding-left: 18px;
margin: 5px 0px 0px 0px;
padding-top: 5px;
}

.treeview li a{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.jpg) no-repeat left 8px;
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;
}