DIV.MenuTree
{
    width: 100%;
}

TD.Level
{
    padding-top: 3px;
}

A.MenuItem SPAN.Text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #3e3d40;
	font-weight: normal;
	cursor: pointer;
}

A.MenuItem_Hover SPAN.Text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #6e1873;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

A.MenuItem_Highlight SPAN.Text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #6e1873;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

SPAN.LoadingText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #a3a3a3;	
	cursor: pointer;
	height: 15px;
}

SPAN.DisabledText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #a3a3a3;
	font-weight: normal;
	cursor: pointer;
}

