
.treeview, .treeview ul{ /*CSS for Simple Tree Menu*/
padding:0;
margin:0 4px;
font-size:11px;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
padding:0;
margin:0;
font-size:11px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/shop/list.gif) no-repeat left center;
list-style-type: none;
padding: 0 0 0 22px;
font-size:11px;
margin:0 0 0px 0

}

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

margin:0 2px 0 -4px;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}
.outdiv {margin:0; padding:4px 0; width:108px; border-right:1px solid #165829; border-left:1px solid #165829;}