/* Global Colors */

/*

Dark Blue		#231f20;
Med Gray		#999999;
Gold			#c1991f;
Violet 			#54558d;
Light Violet	#858aac;
Dark Violet		#172934;

*/

/* =============================================*/
/* 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 {
	position:absolute;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	top:18px;
	right:20px;
	width: 320px;
	/* height: 27px; */
}
/* =============================================*/
/* (MAIN) Items */
/* =============================================*/
#qm0 a {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-right: 2px;
	text-decoratizon:none;
	padding:5px 14px 5px 14px;
	min-height:13px;
	text-align:left;
}
#qm0 a.first {
	padding-left: 8px !important;
}
#qm0 a.last {
	padding-right: 0px !important;
}
/* =============================================*/
/* (MAIN) Hover State */
/* =============================================*/
#qm0 a:hover { 
	color: #54558d !important;
}
/* =============================================*/
/* (MAIN) Active State */
/* =============================================*/
#qm0 .qmactive { 
	/* Note: Add '!important' after each style */
	color: #54558d !important;
	text-decoration:none !important;
}
/* =============================================*/
/* (MAIN) Parent Items */
/* =============================================*/
#qm0 .qmparent {
	background-repeat:no-repeat;
	background-position:95%;
}
/* =============================================*/
/* [SUB] Containers */
/* =============================================*/
#qm0 div {
	/* background: url(/Common/images/pnav_bg.png) repeat; */
	background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #999999;
	padding:20px 20px 20px 20px;
	margin-top:0;
}
/* =============================================*/
/* [SUB] Hover State */
/* =============================================*/
#qm0 div a:hover { 
	color: #c1991f !important;
	text-decoration: none;
}
/* =============================================*/
/* [SUB] Active State */
/* =============================================*/
#qm0 div .qmactive {
	/* Note: Add '!important' after each style */
	color: #c1991f;
}
/* =============================================*/
/* [SUB] Parent Items */
/* =============================================*/
#qm0 div .qmparent { 
	color: #666666;
}
/* =============================================*/
/* [SUB] Items */
/* =============================================*/
#qm0 div a {		
	padding:3px 15px 3px 5px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

/* =============================================*/
