.LeftMenuOrangeTitle
{
	color: #f17d21;
	font-weight:bold;
	font-size: 17px;
	margin: 10px 0px 20px 6px;
}
.LeftMenuOrangeTitleBorder
{
	padding-bottom:3px;	
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.LeftMenuGrayTitle
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	/*margin-left: 3px;*/
	cursor: pointer;
	cursor: pointer;
	display:inline-block;
	width:auto;
}

.TreeLeaf
{ 
	color: #005697;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px !important;
	font-family: Arial;
	margin-top: 2px;
	text-decoration: none;
	margin-left: 3px;
	cursor: pointer;
	cursor: pointer;
	display:block !important;
	width:auto;
}

.TreeLeafSelected
{ 
	color: #666666;
	/*color: #005697;*/
	font-size: 12px;
	margin-top: 2px;
	font-weight: normal;
	line-height: 17px !important;
	font-family: Arial;
	text-decoration: none;
	margin-left: 3px;
	cursor: pointer;
	cursor: pointer;
	display: inline-block !important;
	width: auto;
}
html>body .TreeLeafSelected
{ 
	color: #666666;
	/*color: #005697;*/
	font-size: 12px;
	margin-top: 2px;
	font-weight: normal;
	line-height: 17px !important;
	font-family: Arial;
	text-decoration: none;
	margin-left: 3px;
	cursor: pointer;
	cursor: pointer;
	display: table !important;
	width: auto;
}

a.TreeLeaf
{ 
	color: #005697;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	display:inline-block !important;
	width:auto;
	/*margin: 2px 0 2px 5px;*/
	line-height: 17px !important;
}

a.TreeLeafSelected
{ 
	color: #666666;
	/*color: #005697;*/
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	margin-left: 3px;
	cursor: pointer;
	cursor: pointer;
	display: inline-block !important;
	width: auto;
	line-height: 17px !important;
}

a span .TreeLeafSelected
{}
a span .TreeLeaf
{}

