.acgMenu
{
	pointer-events:all;
}
ul.acgMenu li
{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:initial;	/* Required to counteract the Cisco template */
}
ul.acgMenu
{
	margin:0;
	padding:0;
}

/*
.acgMenuOpened
{
	position:absolute;
	right:0;
	top:0;
	background-color:rgb(30,68,113);
	color:rgb(255,255,255);
	text-align:center;
	font-weight:300;
	z-index:999999;	
}
.acgMenuClosed
{
	position:absolute;
	right:0;
	top:0;
	background-color:rgb(76,76,76);
	border-bottom-left-radius:12px;
	color:rgb(255,255,255);
	z-index:999999;	
}
*/
.acgMenuItem
{
	padding:1em 1em;
	cursor:hand;
	cursor:pointer;
}
.acgMenuItem:hover
{
	background-color:rgb(15,34,66);
}

a .acgMenuItem
{
	pointer-events:none;
}