/* =============================================*/
/* 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 {
	margin: 0;
	padding: 0 0 0 208px;
}
/* =============================================*/
/* (MAIN) Items */
/* =============================================*/
#qm0 a {
	color:#332A7A;
	font-family: "Trebuchet MS", Arial;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	padding:8px 5px 7px 5px;
	text-align:left;
}

#qm0 > a {
    padding-left:5px;
}

/* =============================================*/
/* (MAIN) Hover State */
/* =============================================*/
#qm0 a:hover { 
	background-color: #332A7A;
	color:#FFC300;
}
/* =============================================*/
/* (MAIN) Active State */
/* =============================================*/
#qm0 .qmactive { 
	/* Note: Add '!important' after each style */
	color: #332A7A;
	background-color:none !important;
	text-decoration:none !important;
}
/* =============================================*/
/* (MAIN) Parent Items */
/* =============================================*/
#qm0 .qmparent {
	background-repeat:no-repeat;
	background-position:95%;
}
/* =============================================*/
/* [SUB] Containers */
/* =============================================*/
#qm0 div {
	background-color:#ffffff;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#a6a69c;
	border-top: none;
	margin-top:0;
}
/* =============================================*/
/* [SUB] Hover State */
/* =============================================*/
#qm0 div a {
	color:#332A7A;
}
#qm0 div a:hover {
	text-decoration:none;
	color:#FFC300;
}
/* =============================================*/
/* [SUB] Active State */
/* =============================================*/
#qm0 div .qmactive {
	/* Note: Add '!important' after each style */
	background-color:#ffffff !important;
}
/* =============================================*/
/* [SUB] Parent Items */
/* =============================================*/
#qm0 div .qmparent {
	background-image:url(/common/images/ArrowRight.gif);
}
/* =============================================*/
/* [SUB] Items */
/* =============================================*/
#qm0 div a {		
	background-color:#ffffff;
	padding:3px 15px 3px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
}
/* =============================================*/