﻿

.sitemap_cont
{
	padding:0;
}

a.expandBtn
{
	text-decoration:none;
	float:right;
	font-weight:bold;
	color:#fff;
	float:right;
	margin:0 60px 0 0;
	line-height:24px;
}

a.expandBtn:hover
{
	color:#ccc;
}

#tree, #tree * {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	cursor: default;
}

#tree {
	margin: 150px 20px 50px 20px;
	display:block;
}

#tree a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	background: url("/web/design/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}

#main #tree a:hover
{
	color:#736C00;
}

#tree, #tree dl {
	background: url("/web/design/vdot.gif") 8px 0px repeat-y;
	margin-top:0px;
}

#tree dt {
	padding: 1px 0px;
	font-weight:bold;
	font-size:14px;
}

#tree dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}

#tree dt, #tree dd.last, #tree dd.pluslast, #tree dd.minuslast {
	
	
}

dt.maindt
{
	background-color:#7E7E7F;
	color:#fff;
	text-indent:10px;
	line-height:24px;
}

/* Folder settings */
#tree dd.minus, #tree dd.plus, #tree dd.minuslast, #tree dd.pluslast {
	background-position: 4px 0px;
	padding: 0px 0px 0px 19px;
}	

#tree dd.minus { background-image: url("/web/design/mapminus.gif"); }
#tree dd.plus {	background-image: url("/web/design/mapplus.gif"); }
#tree dd.minuslast { background-image: url("/web/design/mapminus.gif"); }
#tree dd.pluslast { background-image: url("/web/design/mapplus.gif"); }
#tree dd.plus dd, #tree dd.pluslast dd { display: none; }

