.sitemaptree, .sitemaptree ul  { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:12px;
	font-weight:normal;
}

.sitemaptree ul {
	background-color: white;
	margin-top: 4px;
}

.sitemaptree li {
		font-size:12px;
	font-weight:normal;
}

.sitemaptree a {
 font-weight:normal;	
 color:#065840;
 text-decoration:none;
}
.sitemaptree a:hover {
	text-decoration:underline;	
}
.sitemaptree .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.sitemaptree li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.sitemaptree a.selected {
	background-color: #eee;
	font-weight:normal;
}

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

.sitemaptree .hover { color: red; cursor: pointer; }

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

.sitemaptree .expandable-hitarea { background-position: -80px -3px; }

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

.sitemaptree div.lastCollapsable-hitarea, .sitemaptree div.lastExpandable-hitarea { background-position: 0; }
.sitemaptree-black li { background-image: url(../images/treeview-black-line.gif); }
.sitemaptree-black .hitarea, .sitemaptree-black li.lastCollapsable, .sitemaptree-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }  


.sitemaptree .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

