﻿
.sitemap_cont
{
	padding:0;
}

#main .expandBtn
{
	text-decoration:none;
	float:right;
	font-weight:bold;
	color:#333;
}

#main .expandBtn:hover
{
	color:#666;
}

#tree, #tree * {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	cursor: default;
}

#tree {
	margin: 150px 50px 50px 50px;
	display:block;
}

#tree a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	background: url("Images/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}

#main #tree a:hover
{
	color:#736C00;
}

#tree, #tree dl {
	background: url("Images/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("Images/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:#DBD5C5;

}

/* 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("Images/mapminus.gif"); }
#tree dd.plus {	background-image: url("Images/mapplus.gif"); }
#tree dd.minuslast { background-image: url("Images/mapminus.gif"); }
#tree dd.pluslast { background-image: url("Images/mapplus.gif"); }
#tree dd.plus dd, #tree dd.pluslast dd { display: none; }
