UL.treeview
{
/*CSS for Simple Tree Menu*/
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  font-weight: bold;
  background-image:url(http://demo.highwire.com/templates/42/images/box.jpg); /*~*/
}
.treeview LI
{
/*Style for LI elements in general (excludes an LI that contains sub lists)*/
  background: #f4f3f1;
  list-style-type: none;
  padding: 3px 5px;
  margin: 0 0 1px;
}
.treeview li .count
{
  
  margin-left:8px;
  font-size:11px;
  color:#e0dbd0;
}

.count A:hover
{
 color:  #c6c6c4;
}


.treeview LI:hover
{

}

.treeview LI.submenu:hover
{

}
.treeview LI A
{
  color: #666666;
}
.treeview LI A:hover
{
  color:#b72123; /*~*/
    border:  1px solid black;
}
.treeview LI.submenu
{
/*Style for LI that contains sub lists (other ULs).*/
  background: #f4f3f1 url(http://custom.buyitsellit.com/9976/closed2.gif) no-repeat right 3px;
        padding: 3px;
  
  cursor: hand !important; /*[e]hand*/
  cursor: pointer !important; /*[e]pointer*/
}

.treeview LI.submenu UL
{
/*Style for ULs that are children of LIs (submenu)*/
  display: none;
  padding: 1px 0 0 5px;
/*Hide them by default. Don't delete.*/
}
.treeview .submenu UL LI
{
/*Style for LIs of ULs that are children of LIs (submenu)*/
  cursor: default;
}
.treeview LI.submenu UL, .treeview LI.submenu UL LI, .treeview LI.submenu UL LI.submenu, .treeview LI.submenu UL LI, .submenu UL LI
{
  background-color: #f4f3f1;
}





