<!--Core Add-On Code-->
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}

/*!!!!!!!!!!! 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 {visibility:hidden;position:absolute;}

/* QuickMenu Styles */
/* Remove the comments below for vertical mains and change the false value to
   true in the qm_create function after the menus structure. */
/*.cx_qm_mc a {float:none}*/

/* Container for the menubar */
#qm0 {
	background-color:transparent;
}

/* Main items for the menubar*/
#qm0 a {
	color: #ffcb05;
	background-color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	padding:5px 5px 5px 8px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
}

#qm0 a:hover {
	background-color: #000000;
	text-decoration: none;
}

/* Active menu in the menubar */
#qm0 .qmactive {
	/* Note: Add '!important' after each style */
	text-decoration:none !important;
    background-color: #FFFFFF !important;
}
/* Parent Items */
#qm0 .qmparent {
	padding-right: 10px;
	background-image:url('');
	background-repeat:no-repeat;
	background-position:90%;
}

/* Submenu containers */
#qm0 div {
	background-color: #000000;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin-top:-1px;
}
/* Submenu items */
#qm0 div a {
	background-color: #000000;
	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	text-decoration:none;
}
#qm0 div a:hover {
    background-color: #000000
 	text-decoration:none;
}
#qm0 div .qmactive {
/* Note: Add '!important' after each style */
	background-color: #FFFFFF !important;
}
/* Parent Items */
#qm0 div .qmparent {
	background-image:url('');
}
/* selected menu item */
#qm0 .qmselected {
	background-color: #FFFFFF;
}
