/* ----------------------------- Lone Menu  --------------------------- */
/* -------------------------------------------------------------------- */

.MenuGroupPop {									/* Menu Container */
	position: relative;
	width: 210px;
    background:#FFFDF8;
}
.MenuGroupPop img {								/* Hide default expand icon */
}
.MenuItemPop, .MenuItemOverPop {					/* Menu Item Containers */
	cursor: pointer;
	margin: 0;
	width: 210px;
  height:21px;
}
.MenuItemPop {

		width: 210px;
	}
.MenuItemPop td, .MenuItemOverPop td {			/* Menu Item Text */
color: rgb(0, 0, 0);
font-weight: bold;
font-style: normal;
font-variant: normal;
font-size: 8pt;
line-height: 21px;
font-family: Verdana;
text-decoration: none;
}
.MenuItemOverPop {									/* Hover Item Container */
	width: 210px;
  background:#6B1111;
}
.MenuItemOverPop td {								/* Hover Item Text */
color:#FFF;
}
.MenuItemOverPop img {								
display:none;
}

div.qc-pg-image-title {
display:none!important;
}

img {
  max-width: 100%;
}