.acgTreeMenu
{
	margin:0;
	background-color:rgb(255,255,255);
}

.acgTreeMenu, .acgTreeMenu ul, .acgTreeMenu li
{
	width:100%;
	
	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
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid rgb(165,0,52);
}

.atmItem:hover
{
	background-color:rgb(243,243,250);
}