		/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
		.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
		.qmmc { position:relative; margin-bottom:10px;}
		.qmmc a {float:left;display:block;white-space:nowrap;}
		.qmmc div a {float:none;}
		.qmmc div {display:none;position:absolute;}
		/* Remove the comments bleow 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;
	margin: 0 auto;
	padding: 0;
	width: 720px;
}
		 /*"""""""" (MAIN) Items """"""""*/
		#qm0 a {
	color:#390859;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
	padding: 7px 4px 4px 10px;
}
		/*"""""""" (MAIN) Hover State """"""""*/
		#qm0 a:hover { color: #a286b6; }
		/*"""""""" (MAIN) Active State """"""""*/	
		/* Note: Add '!important' after each style */
		#qm0 .qmactive { color: #a286b6 !important; text-decoration:none !important; }
		/*"""""""" (MAIN) Parent Items """"""""*/
		#qm0 .qmparent {    }
		/*"""""""" [SUB] Containers """"""""*/
		#qm0 div {
	background-color:#EAE3EE;
	border: 1px solid #390859;
	margin: 0px;
	padding: 8px;
}
			/*"""""""" [SUB] Hover State """"""""*/
		#qm0 div a:hover { color: #a286b6; }
		/*""""""""[SUB] Active State """"""""*/
		/* Note: Add '!important' after each style */
		#qm0 div .qmactive { color: #a286b6 !important; }
		/*"""""""" [SUB] Parent Items """"""""*/
		#qm0 div .qmparent { background: url(Menus/images/black_arrow_right.gif) no-repeat; background-position: 95%;  }
		/*"""""""" [SUB] Items """"""""*/
		#qm0 div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0 24px 0 0;
}
		#qmadmin {
	background-color:transparent;
	margin: 0 auto;
	padding: 0px;
	width: 500px;
}		 /*"""""""" (MAIN) Items """"""""*/
		#qmadmin a {
	color:#390859;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
	padding: 7px 4px 4px 10px;
}
		/*"""""""" (MAIN) Hover State """"""""*/
		#qmadmin a:hover { color: #a286b6; }
		/*"""""""" (MAIN) Active State """"""""*/	
		/* Note: Add '!important' after each style */
		#qmadmin .qmactive { color: #a286b6 !important; text-decoration:none !important; }
		/*"""""""" (MAIN) Parent Items """"""""*/
		#qmadmin .qmparent {    }
		/*"""""""" [SUB] Containers """"""""*/
		#qmadmin div {
	background-color:#EAE3EE;
	border: 1px solid #390859;
	margin: 0px;
	padding: 8px;
}
