@charset "utf-8";
/* CSS Document */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
	z-index:1;
}
.qmmc .qmdividery {
	float:right;
	width:0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
}
.qmmc a, .qmmc li {
	float:right;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:right;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
.qmmc li {
	z-index:auto;
	height: 15px;
}
.qmmc ul {
	left:-10000px;
	position:absolute;
	z-index:10;
			
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.qmmc li a {
	float:left;
	
}
.qmmc li:hover>ul {
	right:auto;
	
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover>ul {
	top:0px;
	left:50px;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {
	background-color:transparent;
	height:22px;
	width:auto;
}
/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
	margin:0px;
	color:#FFFFFF;
	font-family: Arial, Geneva, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
	padding-right:15px;
	padding-bottom: 5px;
	padding-left: 9px;
}
/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover {
	color:#f5cf22;
	text-decoration:none;
}
/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
	text-decoration:none;
	color: #f5cf22;
}
/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
	text-decoration:none;
	color: #f5cf22; /* parent link*/
}
/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {
	background-image:url(../images/green_bk.png);
	height:15px;
	height:30px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 3px;
	border:1px dashed #2E78B6;
	width:450px;
	


}
/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
	margin:0px;
	color:#547304;
	font-family: Arial, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 7px;
	

}
/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover {
	color:#298ab2;
	text-decoration:none;
}
/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	text-decoration:none;
	border-style:none;
	
}
