
.acgTreeMenu, .acgTreeMenu ul, .acgTreeMenu li
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	
	
	/* The following is required to prevent the menu from showing "tap highlights" that cover multiple items */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
}

.acgTreeMenu li, .atmItem
{
	cursor:pointer;
	cursor:hand;
}

.atmItem
{
	cursor:hand;
	cursor:pointer;
}

.atmItem:hover
{
	background-color:rgb(35,155,216);
}