.categories
{
	padding: 15px 8px;
}

.mItem
{
	padding-left: 12px;
	cursor: pointer;
}
.mItemLabel
{
	display: block;
	padding: 2px;
	font-weight: bold;
}
.mItemLabel:hover
{
}
.mClosedChildren
{
	background: transparent url(/admin/img/ico_plus.gif) no-repeat 0px 5px;
}
.mOpenChildren
{
	background: transparent url(/admin/img/ico_minus.gif) no-repeat 0px 5px;
}
.mItem .active, .mItem .active:visited
{
	color: #900 !important;
}