/*** Core CSS, do not modify ***/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.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: #e1ca96;
}

/* (MAIN) Container */
#qm0 {
	background-color: rgb(153, 0, 0);
}

/* (MAIN) Items */
#qm0 a {
	text-decoration:none;
	padding: 9px 28px;
	color: white;
	font-weight: bold;
}

/* (MAIN) Hover State */
#qm0 a:hover {
        background-color: rgb(102, 0, 0);
}

/* (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 {
	padding: 0px;
}

/* [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-repeat:no-repeat;
	background-position:100%;
}


/* [SUB] Items */
#qm0 div a {
	background-color: rgb(153, 0, 0);
	padding: 9px 18px;
}

