.moTreeMenu, .moTreeMenu ul
{
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: normal;

	margin-left			: 0px;
	padding-left		: 0px;
	text-indent			: -3px;

	list-style-type		: none;
	vertical-align		: middle;
	
	background-image	: none;
	background-repeat   : no-repeat;
	-moz-box-sizing		: border-box;
}

.moTreeMenu li
{
	padding-left		: 20px;
	line-height			: 18px;

	background-repeat	: no-repeat;
	background-position : 5px 5px;
	-moz-box-sizing		: border-box;
}

.moTreeMenu li.menuItem,
.moTreeMenu li.menuItemOpen,
.moTreeMenu li.menuItemClosed
{
	text-decoration		: none;
	font-weight			: bold;
	color				: #cc3300;
}

.moTreeMenu li.menuItemOpen
{
	background-image: url(minus.png);
}

.moTreeMenu li.menuItemClosed
{
	background-image: url(plus.png);
}

.moTreeMenu li.menuItem
{
	font-weight		: normal;
	background-image: url(none.png);
}

.moTreeMenu a
{
	color				: #cc3300;
	padding-left		: 3px;
	padding-right		: 3px;
	
	text-decoration		: none;
	
	-moz-box-sizing		: border-box;
}

.moTreeMenu li.menuItem a
{
	color: #0099ff;
}

.moTreeMenu a:hover
{
	color				: #FF6666;
	background-color	: #FFF9F9;
}
