.customLevel 
{
}

.customContainer 
{
}

.customItemSeparator
{
}

.customItem 
{
	/* #662760 Dark Purple */
	/* #9C2D7C Light Purple */
	/* #FE3CB3 Pink */
	/* #F7F409 Yellow */
	background-color: #9C2D7C;   /* Light Purple */
	/*background-color: #FE3CB3;    Pink */
}

.customItem #item
{
	font-family: arial, tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;             /* White */ 
}

.customItemDisabled 
{
	/*background-color: #808080;   Purple */
	background-color: #9C2D7C;  /* Light Purple */
}

.customItemDisabled #item
{
	font-family: arial, tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;             /* White */ 
}


.customItemActive
{
	/*background-color: #F7F409;  Yellow */
	background-color: #38E034;  /* Lime Green */
	/*background-color: #FF5D15;   Orange */
	cursor: default;
}

.customItemActive #item
{
	font-family: arial,tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #9C2D7C;              /* Light Purple */
}

.customItemSelected
{
	background-color: yellow;
	cursor: default;
}

.customItemSelected #item
{
	font-family: arial,tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #9C2D7C;             /* Light Purple */
}

