
.acgTreeMenu, .acgTreeMenu ul, .acgTreeMenu li
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.acgTreeMenu li, .atmItem
{
	cursor:pointer;
	cursor:hand;
}

.atmItem
{
	cursor:hand;
	cursor:pointer;
}

.atmItem:hover
{
	background-color:rgb(35,155,216);
}