﻿/*!!!!!!!!!!! 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;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 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 {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0
{
    height:24px;
    width: 972px;
    background-color: #9A9C2F;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    text-align: left;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
    padding: 5px;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover
{
    color: #ffffff;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (MAIN) Hover State - (JSCRIPT DISABLED - PURE CSS)""""""""*/
#qm0 li:hover > a
{
    color: white;
}

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
    color: #ffffff;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (MAIN) Persistent State""""""""*/
body #qm0 .qmpersistent, body #qm0 .qmpersistent:hover
{
    color: #ffffff;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul
{
    width: 972px;
    margin: 0px 0px 0px -1px;
    background-color: #F49F6C;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    background-color: #b2b44f; /* HERE */
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a
{
    font-size: 11px;
    border: 0px;
    background-color: #b2b44f; /* HERE */
}

/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover
{
    color: #ffffff;
    background-color: #b2b44f; /* HERE */
}

/*"""""""" (SUB LEVEL 1) Persistant State""""""""*/
#qm0 div .qmpersistent, #qm0 div .qmpersistent:hover 
{
    color: #ffffff;
    background-color: #b2b44f; /* HERE- 2nd level sub  */
}

/*"""""""" (SUB) Hover State - (JSCRIPT DISABLED - PURE CSS)""""""""*/
#qm0 ul li:hover > a
{
    color: white;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" Individual Titles""""""""*/
#qm0 .qmtitle
{
    cursor: default;
    padding: 3px 0px 3px 4px;
    color: #444444;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" Individual Horizontal Dividers""""""""*/
#qm0 .qmdividerx
{
    border-top-width: 1px;
    margin: 4px 0px;
    border-color: #ffffff;
}

/*"""""""" Individual Vertical Dividers""""""""*/
#qm0 .qmdividery
{
    border-left-width: 1px;
    height: 15px;
    margin: 9px 0px -1px;
    border-color: #ffffff;
}

/*"""""""" (main) Rounded Items""""""""*/
#qm0 .qmritem span
{
    border-color: #dadada;
    background-color: #f7f7f7;
    background-color: #9A9C2F; /* HERE */
}

/*"""""""" (main) Rounded Items Content""""""""*/
#qm0 .qmritemcontent
{
    padding: 0px 0px 0px 0px;
}

/*"""""""" Custom Rule - 2ND LEVEL """"""""*/
ul#qm0 ul
{
    border: 1px;
    padding: 0px 0px 0px 0px;
    top: 24px;
    background-color: #9A9C2F; /* HERE */
    width: 250px;
}

/*"""""""" Custom Rule - 2ND LEVEL MENU ITEMS """"""""*/
ul#qm0 ul li
{
    float: left;
}

ul#qm0 ul li a:hover
{
   
}

ul#qm0 ul:hover
{
    top:24px;
    border:white;
}
