/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider { display: block; font-size: 1px; border-width: 0px; border-style: solid; position: relative; z-index: 1; }
.qmmc .qmdividery { float: left; width: 0px; }
.qmmc .qmtitle { display: block; cursor: default; white-space: nowrap; position: relative; z-index: 1; }
.qmclear { font-size: 1px; height: 0px; width: 0px; clear: left; line-height: 0px; display: block; float: none !important; }
.qmmc { position: relative; zoom: 1; z-index: 10; }
.qmmc a, .qmmc li { float: left; display: block; white-space: nowrap; position: relative; z-index: 1; }
.qmmc div a, .qmmc ul a, .qmmc ul li { float: none; }
.qmsh div a { float: left; }
.qmmc div { visibility: hidden; position: absolute; }
.qmmc .qmcbox { cursor: default; display: block; position: relative; z-index: 1; }
.qmmc .qmcbox a { display: inline; }
.qmmc .qmcbox div { float: none; position: static; visibility: inherit; left: auto; }
.qmmc li { z-index: auto; }
.qmmc ul { left: -10000px; position: absolute; z-index: 10; }
.qmmc, .qmmc ul { list-style: none; padding: 0px; margin: 0px; }
.qmmc li a { float: none; }
.qmmc li:hover > ul { left: auto; }
#qm0 ul, #qm2 ul { top: 100%; }
#qm0 ul li:hover > ul, #qm2 ul li:hover > ul { top: 0px; left: 100%; }
#qm2.qmmc a, #qm2.qmmc li { float: none; }
#qm2.qmmc, #qm2.qmmc ul { z-index: 9 !important; }

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/* TOP NAV */
#qm0.qmtemplate { float: left; }

/* (MAIN) Items */
#qm0.qmtemplate a { padding:0 10px 0 8px; background:url(media/menu-item.jpg) right center no-repeat; font:normal 14px/39px Times New Roman, serif; letter-spacing:1px;  color:#fff; text-decoration:none; }

/* (MAIN) Hover State */
#qm0.qmtemplate a:hover { color:#124B93; }

/* (MAIN) Hover State - (duplicated for pure CSS) */
#qm0.qmtemplate li:hover > a { color:#124B93; }

/* (MAIN) Active State */
body #qm0.qmtemplate .qmactive, body #qm0.qmtemplate .qmactive:hover { color:#124B93; }

/* (SUB) Container */
#qm0.qmtemplate div, #qm0.qmtemplate ul { min-width:150px; padding:5px 0; background:#E89E31; }
#qm0.qmtemplate div div, #qm0.qmtemplate ul ul { margin-top: -5px; }

/* (SUB) Items */
#qm0.qmtemplate div a, #qm0.qmtemplate ul a { padding:0 10px; font-size:12px; line-height:28px; background:none; }


/* LEFT NAV */
#qm2.qmtemplate { margin:20px 0; }

/* (MAIN) Items */
#qm2.qmtemplate a { padding:0 10px 0 24px; border-top:1px solid #858FBE; font:normal 11px/29px Verdana, sans-serif; color:#fff; text-decoration:none; }
#qm2.qmtemplate a#qmparent2_1 { border-top: none; }

/* (MAIN) Hover State */
#qm2.qmtemplate a:hover { background:#85A4CE; font-weight:bold; }

/* (MAIN) Hover State - (duplicated for pure CSS) */
#qm2.qmtemplate li:hover > a { background:#85A4CE; font-weight:bold; }

/* (MAIN) Active State */
body #qm2.qmtemplate .qmactive, body #qm2.qmtemplate .qmactive:hover { background:#85A4CE; font-weight:bold; }

/* (SUB) Container */
#qm2.qmtemplate div, #qm2.qmtemplate ul { min-width:150px; margin:-29px 0 0 199px; background:#85A4CE; }
#qm2.qmtemplate div div, #qm2.qmtemplate ul ul { margin-top: -5px; }

/* (SUB) Items */
#qm2.qmtemplate div a, #qm2.qmtemplate ul a { padding:0 10px; border-top:1px solid #BECCE3; }
#qm2.qmtemplate div a:first-child, #qm2.qmtemplate ul a:first-child { border-top: none; }