ul.folders
{
    background-image: url(line3.gif);
    background-repeat: repeat-y;
    list-style-type: none;
    cursor: default;
    margin-left: 18px;
}
ul.files
{
   
    background-image: url(line3.gif);
    background-repeat: repeat-y;
	list-style-type: none;
    cursor: default;
    margin-left: 18px;
}

li.folders,
li.files
{
    display: block;
}



li
{
	margin : 2 2 2 2;
    
}

.loLite .folderName
{
    text-decoration: none;
    cursor: hand;
}

.hiLite .folderName
{
    text-decoration: underline;
    cursor: hand;
}




a.loLite,
a.hiLite,
a.loLite:link,
a.hiLite:visited
{
    color: #000;
}

a.lolite img,
a.hiLite img
{
    border: 0;
}
		