@charset "UTF-8";
/* CSS Document */

.expandable {
	list-style-image:
url(http://msdn.microsoft.com/msdn-online/shared/graphics/plus.gif);
}
.leaf {
list-style-image:
url(http://msdn.microsoft.com//msdn-online/shared/graphics/solid.gif);
cursor: default;
}
.subList {
display: none;
}
