/*!!!!!!!!!!! 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{visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
/*"""""""" (MAIN) Container """"""""*/
#qm0{ 
	background-color:#919171;
	width: 100%;
	/*border-bottom: 1px #FFF solid;*/
}
 /*"""""""" (MAIN) Items """"""""*/
#qm0 a{
	color:#fff;
	text-decoration:none;
	padding:5px 9px;
	text-shadow:1px 1px 1px #000;
}
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover, #qm0 a.qmThisPage{ 
	background-color:#e5e2bb;
	color:#000;
	text-decoration:underline;
	text-shadow:none;
}
#qm0 a.qmThisPage{cursor:default; text-decoration:none;}
/*"""""""" (MAIN) Active State """"""""*/	
#qm0 .qmactive{ 
	/* Note: Add '!important' after each style */
	/*background-color:#e5e2bb !important;*/ /*#9CBEA7*/
	/* text-decoration:underline !important; */
}
/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent{
	/*background-image:url(../images/elements/qm/slide_white_arrow.gif);
	background-repeat:no-repeat;
	background-position:98%;*/
}
/*"""""""" [SUB] Containers """"""""*/
#qm0 div{
	background-color:#e5e2bb; /* #efefef */
	padding:0;
	border-style:solid;
	border-width:1px;
	border-color:#b2b29c;
	margin-top:-1px;
	text-align: left;
	border-top-color: #919171;
	box-shadow:2px 2px 3px #999; -moz-box-shadow:2px 2px 3px #999; -webkit-box-shadow:2px 2px 3px #999;
}
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover, #qm0 div a.qmThisPage{
	text-decoration:underline;
	background-color:#e5e2bb;
	color:#000;
	text-shadow:none;
}
#qm0 div a.qmThisPage {cursor:default; text-decoration:none;}
/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive{
	/* Note: Add '!important' after each style */
	/*background-color:#e5e2bb !important;*/ /*#9CBEA7*/
}
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent {/* #e5e2bb*/
	background: #EEEEEE url(../images/general/arrows/arrow_right.gif) 95% center no-repeat;
}
/*"""""""" [SUB] Items """"""""*/
#qm0 div a{		
	background-color:#eee; /* #eeeeee */
	padding:3px 40px 3px 10px;
	border-width:0px;
	border-style:none;
	border-color:#000;
	color: #000;
	/*text-decoration:underline;*/
	text-shadow:none;
}

/* Copied from head of document */
.qmfv {visibility:visible !important;}
