/* $Id: treemenu.css 16466 2007-11-19 18:28:57Z aperry $ */
/* Ben Marvell's treement code */

#treemenu{
    margin: 0 10px;
    /*width: 35em;*/
    min-height: 20em;
}

#treeview li ul li, #treeview li {
	/*position:relative;*/
}

#treeview, #treeview ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#treeview li{
	margin: 5px 25px;
}

li.backfileBoundary {
	margin-top:3px;
	border-top:1px solid #CCC;
	padding-top:3px;
}

#treeview li li{
    padding: 0 0 0 40px;
}

#treeview li a.notactive, #treeview li a.active, #treeview li a.working{
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: black;
    text-decoration: none;
}

#treeview li a.notactive{
    background-image: url(/images/arrow.0.gif);
}
      
#treeview li a.active{
    background-image: url(/images/arrow.1.gif);
}

#treeview li a.working {
	background-image: url(/images/arrows.gif);
}

            
#treeview li a:hover{
    text-decoration: underline;
}
            
.link{
    background: none !important;
    color: #336699 !important;
    padding-left: 0 !important;
}

#treemenu ul.nontree {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nontree li {
    padding: 5px 45px;
}
