/* =============================================*/
/* 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: 4px 0 0 0;
	padding: 0 0 0 35px;
	background-color:#a6a69c;
}
/* =============================================*/
/* (MAIN) Items */
/* =============================================*/
#qm0 a {
	color:#ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", Geneva, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding:6px 9px 6px 9px;
	min-height:13px;
	text-align:left;
}

#qm0 > a 
{
    background-image:url(/common/images/NavRing.png);
    background-repeat:no-repeat;
    background-position:left center !important;
    padding-left:20px;
}

/* =============================================*/
/* (MAIN) Hover State */
/* =============================================*/
#qm0 a:hover { 
	/* background-color: #dadad4; */
	background-color: #ed7d22;
	color:#ffffff;
}
/* =============================================*/
/* (MAIN) Active State */
/* =============================================*/
#qm0 .qmactive { 
	/* Note: Add '!important' after each style */
	background-color:#ed7d22 !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: #000000;
}
#qm0 div a:hover {
	text-decoration:none;
	color: #000000;
}
/* =============================================*/
/* [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;
}
/* =============================================*/