﻿
#Folders
	{
	height:300px;
	text-align:left;
	}


#ParentUL
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	padding: 0;
	margin: 0;
	}

#ParentUL a
	{
	margin-left:-100px;
	line-height:10px;
	}

#ParentUL input
	{
	line-height:10px;
	opacity: .0;
	width: 100px;
	}

#ParentUL li
	{
	list-style: none;	
	}

#ParentFolder
	{
	color: black;
	font-weight:bold;
	margin-left:5px;
	}

#ParentFolder:hover
	{
	text-decoration: underline;
	}


#SubFolder
	{
	color: blue;
	text-decoration: none;
	}

#SubFolder:hover
	{
	text-decoration: underline;
	}




