/* QuickMenu */
/* -------------------------------------------
	DO NOT CHANGE
------------------------------------------- */
.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}
.qmmc .qmdividery {
	float:left;
	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: left;
	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: left;
}
.qmmc div {
	visibility: hidden;
	position: absolute;
}
.qmmc .qmcbox {
	cursor: default;
	display: block;
	position: relative;
	z-index: 1;
}
.qmmc .qmcbox a {
	display:inline;
}
.qmmc .qmcbox div {
	float: none;
	position: static;
	visibility: inherit;
	left: auto;
}
.qmmc li {
	z-index: auto;
}
.qmmc ul {
	left: -10000px;
	position: absolute;
	z-index: 10;
}
.qmmc, .qmmc ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qmmc li a {
	float: none
}
.qmmc li:hover>ul {
	left: auto;
}
#qm0 ul {
	top: 100%;
}
#qm0 ul li:hover>ul {
	top: 0px;
	left: 100%;
}

/* -------------------------------------------
	Navigation Bar
------------------------------------------- */
/* (MAIN) Container ----------------------- */
#qm0 {
	width: 760px;
	background-color: transparent;
	margin-left: 80px;
	padding: 4px 0 0 0;
}
/* (MAIN) Items --------------------------- */
#qm0 a {
	width: 184px;
	color: white;
	background: #876B61;
	padding: 2px 0;
	text-decoration: none;
	margin-right: 4px;
}
#qm0 a.qmparent {
	width: 196px;
}
/* (MAIN) Hover State --------------------- */
#qm0 a:hover {
	background: #9C8278;
}
/* (MAIN) Hover State - (duplicated for pure CSS) */
#qm0 li:hover>a {
	background: #9C8278;
}
/* (MAIN) Active State -------------------- */
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #9C8278;
}
/* (SUB) Container ------------------------ */
#qm0 div, #qm0 ul {
	padding: 2px 0 2px 8px;
	background: #9C8278;
	text-align: left;
}
/* (SUB) Items ---------------------------- */
#qm0 div a, #qm0 ul a {
	background-color: transparent;
}
/* (SUB) Hover State --------------------- */
#qm0 div a:hover {
	background: #FFE09E;
	color: #876B61;
}
/* (SUB) Hover State - (duplicated for pure CSS) */
#qm0 ul li:hover>a {
	background: #FFE09E;
	color: #876B61;
}