/*** Core CSS, do not modify ***/
.qmclear {
	font-size:1px ! important;
	height:0px ! important;
	width:0px ! important;
	clear:left ! important;
	line-height:0px ! important;
	display:block ! important;
	padding: 0px ! important;
	margin: 0px ! important;
	border: 0px ! important;
}
.qmmc {
	position:relative;
	z-index: 100 ! important;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a {
	float:none;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
	z-index: 100 ! important;
}

/*** Customized styles ***/

#qm0 .season {
	color: white;
}

/* (MAIN) Container */
#qm0 {
	position: absolute;
	top: 48px;
	left: 48px;
	background-color: rgb(185, 156, 106);
	color: white;
	padding: 0;
	margin: 0;
	z-index: 5;
	width: 756px;
}

/* (MAIN) Items */
#qm0 a {
	border-left: 1px solid white;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	width: 115px;
	text-align: center;
	line-height: 1.4;
	height: 31px ! important;
	color: rgb(96, 53, 23);
	text-decoration: none;
	white-space: normal;
	overflow: hidden;
}

/* (MAIN) Hover State */
#qm0 a:hover {
	background-color: rgb(96, 53, 23);
	color: rgb(185, 156, 106);
}

/* (MAIN) Active State
#qm0 .qmactive {
	/* Note: Add '!important' after each style * /
}
*/

/* (MAIN) Parent Items
#qm0 .qmparent {
	background-image:url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}
*/

/* [SUB] Containers */
#qm0 div {
	background-color: rgb(185, 156, 106);
	position: absolute;
	float: left;
	padding: 0;
	left: 0;
	top: 100%;
	/* IE */
	margin: 0;
	color: white;
	width: 140px;
}
#qm0 div a {
	border-left: 0;
	border-top: 1px solid white;
	padding: 5px 20px 5px 5px;
	text-align: left;
	height: 100% ! important;
	overflow: auto;
}

/* [SUB] Hover State
#qm0 div a:hover {}
*/

/* [SUB] Active State
#qm0 div .qmactive {}
*/

/* [SUB] Parent Items */
#qm0 div .qmparent {
	background-image: url(/images/arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}


/* [SUB] Items */
#qm0 div a:hover {
	color: rgb(185, 156, 106);
}

#qm0 #community {
	width: 116px;
}
#qm0 #home {
	border-left: 0px;
}
#qm0 #submenu_community {
	width: 127px;
}
#qm0 #submenu_community a {
	width: 102px;
}
