.treeview ul{

margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

.treeview li{
background: transparent url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;

color:#000000; text-decoration:none; font-family:Arial, Sans-Serif; font-size:10pt; font-weight:normal; font-style:normal;



}

.treeview li.submenu{ 
background: transparent url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;


}


.treeview li.submenu ul{ 
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ 
cursor: default;
}