 
.treeview ul{ 
 
margin: 0;
padding: 0;
}

.treeview li
{  
 
background:  url(list.gif) no-repeat left center;
padding-left: 8px;
font-family: times; color: #374D6D; font-size: 12px; font-weight:bold ;
line-height: 14px;
margin-bottom: 0px;
}

.treeview li.submenu{  
 
background: url(closed.gif) no-repeat left 1px;
font-family: times; color: #374D6D; 
cursor: hand !important;
font-family: times; color: #374D6D; font-size: 14px; font-weight:bold ;
cursor: pointer !important;
}


.treeview li.submenu ul{ 
 
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{  
 list-style-type: none; 
cursor: default;
}


 
