#sidetreecontrol a a:visited {
	color: #FFFFFF;
}

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

.treeview ul {
	margin-top: 4px;
	color: #FFFFFF;
}

.treeview .hitarea {
	background: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	color: #000000;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	color: #000000;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	color: #000000;
}

#tree a, .leftmenu a { 
	color: #000000;
	text-decoration: none
}
#tree a:hover, .leftmenu a:hover { 
	color: #4682B4;
	text-decoration: underline;
}

#subcatlist li, a { 
	color: #000000;
	text-decoration: underline;
}
#subcatlist li, a:hover { 
	color: #4682B4;
	text-decoration: underline;
}

#treecontrol { margin: 1em 0; display: none; color: #FFFFFF;}

.treeview .hover { cursor: pointer; color: #FFFFFF;}
.treeview .link { cursor: pointer; color: #FFFFFF;}
.treeview .visited { cursor: pointer; color: #FFFFFF;}

.treeview li { background: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-default-line.gif) 0 0 no-repeat; color: #FFFFFF;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; color: #FFFFFF;}

.treeview .expandable-hitarea { background-position: -80px -3px; color: #FFFFFF;}

.treeview li.last { background-position: 0 -1766px color: #FFFFFF;}
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-default.gif); color: #FFFFFF;}  
.treeview li.lastCollapsable { background-position: 0 -111px color: #FFFFFF;}
.treeview li.lastExpandable { background-position: -32px -67px color: #FFFFFF;}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; color: #FFFFFF;}

.treeview-red li { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-red-line.gif); color: #FFFFFF;}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-red.gif); color: #FFFFFF;} 

.treeview-black li { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-black-line.gif); color: #FFFFFF;}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-black.gif); color: #FFFFFF;}  

.treeview-gray li { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-gray-line.gif); color: #FFFFFF;}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-gray.gif); color: #FFFFFF;} 

.treeview-famfamfam li { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-famfamfam-line.gif); color: #FFFFFF;}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/PDGCommTemplates/Header_Footer_XHTML/images/treeview-famfamfam.gif); color: #FFFFFF;} 


.filetree li { padding: 3px 0 2px 16px; color: #FFFFFF;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; color: #FFFFFF;}
.filetree span.folder { background: url(/PDGCommTemplates/Header_Footer_XHTML/images/folder.gif) 0 0 no-repeat; color: #FFFFFF;}
.filetree li.expandable span.folder { background: url(/PDGCommTemplates/Header_Footer_XHTML/images/folder-closed.gif) 0 0 no-repeat; color: #FFFFFF;}
.filetree span.file { background: url(/PDGCommTemplates/Header_Footer_XHTML/images/file.gif) 0 0 no-repeat; color: #FFFFFF;}

.bottom_nav a {
	color: #FFFFFF;
}

