div.ul_tv_wrapper ul,  ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}	

div.ul_tv_wrapper  li { 
    position: relative;
    margin: 0;
    padding: 4px 0 3px 20px;
    z-index: 10;
    font-size:9pt;
}

div.ul_tv_wrapper li a{ 
}

					    									
div.tvca { 
    _background: #fff;
    _filter: alpha(opacity=0);
    border: 1px solid #fdd; 
    height: 15px;
    width: 15px;
    position: absolute;
    top: 1px;
    left: -1px;
    _left: -21px; /* IE... damnit! */
    cursor: pointer;
    z-index: 50;
}
					    																															 
div.ul_tv_wrapper  li,  .tvi /* Tree View Item */ { background: url(images/tvi.gif) 0 0 no-repeat; }
div.ul_tv_wrapper  .tvic /* Tree View Item, Collapsable */ { background-image: url(images/tvic.gif); }
div.ul_tv_wrapper  .tvie /* Tree View Item, Expandable */ { background-image: url(images/tvie.gif); }
div.ul_tv_wrapper  .tvil /* Tree View Last Item */ { background-image: url(images/tvil.gif); }
div.ul_tv_wrapper  .tvilc /* Tree View Last Item, Collapsable */ { background-image: url(images/tvilc.gif); }
div.ul_tv_wrapper  .tvile /* Tree View Last Item, Expandable */ { background-image: url(images/tvile.gif); }
div.ul_tv_wrapper .tvload /* Loading Icon */ { background-image: url(images/tviload.gif); }
