/* =============================================*/
/* QuickMenu Core CSS [Do Not Modify! */
/* =============================================*/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}.qmmc {
	position:relative;
}.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}.qmmc div a {
	float:none;
}.qmmc div {
	display:none;
	position:absolute;
}
/* =============================================*/
/* QuickMenu Styles [Please Modify!] */
/* =============================================*/
/* Remove the comments below for vertical mains and change the false value to true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/
/* =============================================*/
/* (MAIN) Container */
/* =============================================*/
#qm0 {
	background-color:transparent;
	position:absolute;
	top: 133px;
	left: 240px;
	z-index: 99;
	width: 748px;
}
/* =============================================*/
/* (MAIN) Items */
/* =============================================*/
#qm0 a {
	color:#fff;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 10px 6px 10px;
	min-height:13px;
	text-align:left;
}
/* =============================================*/
/* (MAIN) Hover State */
/* =============================================*/
#qm0 a:hover { 
	border-color:#fff;
	color:#ccc;
}
/* =============================================*/
/* (MAIN) Active State */
/* =============================================*/
#qm0 .qmactive { 
	/* Note: Add '!important' after each style */
	background-color:transparent !important;
	text-decoration:none !important;
}
/* =============================================*/
/* (MAIN) Parent Items */
/* =============================================*/
#qm0 .qmparent {
	background-image:url(https://images.gocomics.com/images/ucg/siteAssets/expanded.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 15px;
}
/* =============================================*/
/* [SUB] Containers */
/* =============================================*/
#qm0 div {
	background-color:#62307b;
	padding:5px;
	/*border-style:solid;
	border-width:1px;
	border-color:#fff;*/
	margin-top:0;
}
/* =============================================*/
/* [SUB] Hover State */
/* =============================================*/
#qm0 div a:hover {
	text-decoration:none;
}
/* =============================================*/
/* [SUB] Active State */
/* =============================================*/
#qm0 div .qmactive {
	/* Note: Add '!important' after each style */
	background-color:#379cd3 !important;
}
/* =============================================*/
/* [SUB] Parent Items */
/* =============================================*/
#qm0 div .qmparent {
	background-image:url(https://images.gocomics.com/images/ucg/siteAssets/arrow_yellow.png);	
}
/* =============================================*/
/* [SUB] Items */
/* =============================================*/
#qm0 div a {		
	background-color:#62307b;
	padding:3px 15px 3px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
}
/* =============================================*/
