/* =============================================*/
/* 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 {
	display:none;
	position:absolute;
}
/* =============================================*/
/* QuickMenu Styles [Please Modify!] */
/* =============================================*/
/* Remove the comments below for vertical mains and change the false value to true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/
/* =============================================*/
/* (MAIN) Container */
/* =============================================*/
#qm0 {
	background-image: url(../images/jocoNavBg.png);
	background-repeat: no-repeat;
	position:absolute;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	top:138px;
	left:0px;
	width: 765px;
	height: 30px;
}
/* =============================================*/
/* (MAIN) Items */
/* =============================================*/

#qm0 a
{
    color:#e7b810;
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 9px 6px 9px;
	min-height:13px;
	text-align:left;
}

/* =============================================*/
/* (MAIN) Hover State */
/* =============================================*/
#qm0 a:hover { 
	color: #ffffff;
}
/* =============================================*/
/* (MAIN) Active State */
/* =============================================*/
#qm0 .qmactive { 
	/* Note: Add '!important' after each style */
	color: #ffffff;
	text-decoration:none !important;
}
/* =============================================*/
/* (MAIN) Parent Items */
/* =============================================*/
#qm0 .qmparent {
/*	background-image:url(/common/images/arrow_down.gif);
*/	background-repeat:no-repeat;
	background-position:95%;
}
/* =============================================*/
/* [SUB] Containers */
/* =============================================*/
#qm0 div {
	background-color:#ffffff;
	color: #e7b810;
	padding:5px;
	border: solid 1px #c7c7c7;
	border-top: none;
	margin-top:4px;
}
/* =============================================*/
/* [SUB] Hover State */
/* =============================================*/
#qm0 div a:hover { 
	color: #205177;
	text-decoration: none;
}
/* =============================================*/
/* [SUB] Active State */
/* =============================================*/
#qm0 div .qmactive {
	/* Note: Add '!important' after each style */
color: #e7b810;
}
/* =============================================*/
/* [SUB] Parent Items */
/* =============================================*/
#qm0 div .qmparent { 
	color: #e7b810;
}
/* =============================================*/
/* [SUB] Items */
/* =============================================*/
#qm0 div a {		
	padding:3px 15px 3px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	    color: #b67402;
	/*color:#e7b810;*/
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	min-height:13px;
	text-align:left;
}

/* =============================================*/
