.d3Level 
{
}

.d3Container 
{
}

.d3ItemSeparator
{
}

.d3Item 
{
	background-color: #FFC11C;
	border-left: 1 solid #FFFFFF;
}

.d3Item #item
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
}

.d3ItemDisabled 
{
	background-color: silver;
	border-left: 1 solid #FFFFFF;
}

.d3ItemDisabled #item
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: gray;
}


.d3ItemActive
{
	background-color: #A49849;
	cursor: default;

	border-left: 1 solid #FFFFFF;
	
}

.d3ItemActive #item
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}

.d3ItemSelected
{
	background-color: #000000;
	cursor: default;

	border-left: 1 solid #FFFFFF;
	
}

.d3ItemSelected #item
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}


