/*
 * Map Layout
 *
 *
 */
UL.Map {
	list-style: none;
}
UL.MapChild {
	list-style: none;
}

LI.File {
   list-style-image: url(images/File.gif);
   margin: 0.5em;
	}

LI.File A {
   margin-left: 1em;
   text-decoration: none;
	}

LI.File A:hover {
   text-decoration: underline;
	}

/*
 * Tan hack so IE sees the negative margin 
 */
* html LI.MapChild {
	margin-top: -1.5em;
}

LI.Folder {
	list-style-image: url(images/Folder.gif);
   margin: 0.5em; 
}
LI.Folder A {
	margin-left: 1em;
   text-decoration: none;
}
LI.Folder A:hover {
   text-decoration: underline;
}