<!--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;}.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 {
 margin-left: 18px;
 text-align: center;
 background-color:transparent;
}

/* Main items for the menubar*/
#qm0 a {
 color: white;
 background-color: #EFECDC;
 font-size:10px;
 text-transform: uppercase;
 text-decoration:none;
 padding: 3px 10px 3px 10px;
 margin: 0 2px 3px 0;
}

#qm0 a.uneven {
 background: url(/era/teamera/images/li_t1.gif) repeat-x center;
}
#qm0 a.even {
 background: url(/era/teamera/images/li_t2.gif) repeat-x center;
}
#qm0 a.even:hover {
 background:#495983;
}
#qm0 a.uneven:hover {
 background:#606883;
}

/* Active menu in the menubar */
#qm0 .qmactive {
 background:#495983 !important;
}

#qm0 a.qmselected {
 color: #CC0000 !important;
 background: white !important;
 font-weight: bold !important;
}

/* Parent Items */
#qm0 .qmparent {
 background-image:url('/engine/menu/images/whitearrow_down.gif');
 background-repeat: no-repeat;
 padding-right: 20px;
}

/* Submenu containers */
#qm0 div {
 text-align: left;
 background:#606883;
 padding:5px;
 border-style:solid;
 border-width:1px;
 border-color:#cccccc;
 margin-top:-1px;
 white-space: nowrap;
}
/* Submenu items */
#qm0 div a {
 background:#606883;
 padding:2px 40px 2px 5px;
 text-decoration:none;
}
#qm0 div a:hover {
 background: beige;
 color: #495983;
 text-decoration:none;
}
#qm0 div .qmactive {
 background: beige !important;
 color: #495983 !important;
}
/* Parent Items */
#qm0 div .qmparent {
 background-image:url('/engine/menu/images/whitearrow_right.gif');
 background-repeat: no-repeat;
 background-position: right;
}