<!--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 {
 text-align: left;
 background-color:transparent;
}

/* Main items for the menubar*/
#qm0 a {
 color: white;
 background-color: transparent; 
 font-family: Verdana, sans-serif;
 font-size:11px; 
 text-decoration:none;
 padding:5px 4px 5px 8px;
 margin-right:10px;
 border-style:solid;
 border-color:#dddddd;
 border-width:0px 0px 0px 0px;
}

#qm0 a:hover {
 text-decoration: underline;
}

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

/* Submenu containers */
#qm0 div {
 background-color: white;
 padding:5px;
 border-style:solid;
 border-width:1px;
 border-color:#cccccc;
 margin-top:-1px;
 margin-left:8px;
}
/* Submenu items */
#qm0 div a {
 background-color: white;
 color: black;
 padding:2px 5px 2px 5px;
 border-width:0px;
 border-style:none;
 border-color:#000000;
 text-decoration:none;
}
#qm0 div a:hover {
 background-color: #A5BE84
 text-decoration:none;
}
#qm0 div .qmactive {
/* Note: Add '!important' after each style */
 background-color: #A5BE84 !important;
}
/* Parent Items */
#qm0 div .qmparent {
 background-image:url('/engine/menu/images/arrow_right.gif');
}

