.treeview, .treeview ul { padding: 0; margin: 0; list-style: none; }

  .treeview ul { background-color: white; margin-top: 4px; }

  .treeview li ul li .hitarea { /*background: url(../img/images/treeview-default.gif) -64px -25px no-repeat;*/ height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; }
/* fix for IE6 */
* html .hitarea { display: inline; float: none; }

.treeview li { margin: 0; padding: 7px 0pt 7px 0px; font-size: 16px; font-weight: 600; /*background: url(../img/tree/ar1.gif) no-repeat 0px 13px;*/ }

  .treeview a.selected, .treeview li a:hover { color: #AB002C; }
  .treeview li i { float: right; }
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #AB002C; cursor: pointer; }

.treeview li ul li { background: url(../img/line.gif) 0 0px no-repeat; font-size: 14px; color: #AB002C; padding: 5px 0pt 5px 20px; }
  .treeview li ul li a { color: #AB002C; }
    .treeview li ul li a:hover, .treeview li ul li a.selected { color: #52514F; }
  /*.treeview li ul li.collapsable, .treeview li ul li.expandable { background-position: 0 -176px; }*/

  .treeview li ul li .expandable-hitarea { background-position: -80px -3px; }

  .treeview li ul li.last { background-position: 0 -1766px; }
  /*.treeview li ul li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/images/treeview-default.gif); }*/
  .treeview li ul li.lastCollapsable { background-position: 0 -111px; }
  .treeview li ul li.lastExpandable { background-position: -32px -67px; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

  .treeview li.submenu > a:after { content: "\f0da"; font: normal normal normal 14px/1 FontAwesome; float:right; }
