/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/ .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: inline-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;
    }
/*[END-QCC]*/ /*[START-QCC0]*/

#qm1 ul {
    top: 100%;
}

    #qm1 ul li:hover > ul {
        top: 0px;
        left: 100%;
    }
/*[END-QCC0]*/

/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0 {
    padding: 5px;
    background-image: url(qmimages/center_tile_blue.gif);
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
}


    /*"""""""" (MAIN) Items""""""""*/
    #qm0 a {
        padding: 5px 4px 5px 5px;
        color: #141316;
        font-family: Arial;
        font-size: 11px;
        text-decoration: none;
        text-align: left;
    }


    /*"""""""" (SUB) Container""""""""*/
    #qm0 div, #qm0 ul {
        padding: 10px;
        margin: -2px 0px 0px;
        background-color: transparent;
        border-style: none;
    }


        /*"""""""" (SUB) Items""""""""*/
        #qm0 div a, #qm0 ul a {
            padding: 3px 10px 3px 5px;
            background-color: transparent;
            font-size: 11px;
            border-width: 0px;
            border-style: none;
        }


            /*"""""""" (SUB) Hover State""""""""*/
            #qm0 div a:hover {
                background-color: #b7d8fd;
                color: #cc0000;
            }


        /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
        #qm0 ul li:hover > a {
            background-color: #b7d8fd;
            color: #cc0000;
        }


/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
    background-color: #b7d8fd;
    color: #cc0000;
}


/*"""""""" Individual Titles""""""""*/
#qm0 .qmtitle {
    cursor: default;
    padding: 3px 0px 3px 4px;
    color: #444444;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}


/*"""""""" Individual Horizontal Dividers""""""""*/
#qm0 .qmdividerx {
    border-top-width: 1px;
    margin: 4px 0px;
    border-color: #96c7fd;
}


/*"""""""" Individual Vertical Dividers""""""""*/
#qm0 .qmdividery {
    border-left-width: 1px;
    height: 15px;
    margin: 4px 2px 0px;
    border-color: #aaaaaa;
}


/*"""""""" (main) Rounded Items""""""""*/
#qm0 .qmritem span {
    border-color: #0570e7;
    background-color: #d8eefd;
}


/*"""""""" (main) Rounded Items Content""""""""*/
#qm0 .qmritemcontent {
    padding: 0px 0px 0px 4px;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 li:hover > a {
    background-color: #d8eefd;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 ul {
    padding: 10px;
    margin: -2px 0px 0px;
    background-color: #d8eefd;
    border-width: 1px;
    border-style: solid;
    border-color: #0570e7;
}



/* QuickMenu 1 */

/*"""""""" (MAIN) Container""""""""*/
#qm1 {
    padding: 5px;
    border-width: 0px;
    border-style: solid;
    border-color: #EEEEEE;
}


    /*"""""""" (MAIN) Items""""""""*/
    #qm1 a {
        padding: 5px 4px 5px 3px;
        color: #335f8a;
        font-family: Arial;
        font-size: 11px;
        text-decoration: none;
        text-align: left;
    }


    /*"""""""" (SUB) Container""""""""*/
    #qm1 div, #qm1 ul {
        padding: 10px;
        margin: -2px 0px 0px 0px;
        background-color: transparent;
        border-style: none;
    }


        /*"""""""" (SUB) Items""""""""*/
        #qm1 div a, #qm1 ul a {
            padding: 3px 10px 3px 5px;
            background-color: transparent;
            font-size: 11px;
            border-width: 0px;
            border-style: none;
        }


            /*"""""""" (SUB) Hover State""""""""*/
            #qm1 div a:hover {
                background-color: #B7D8FD;
                color: #CC0000;
            }


        /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
        #qm1 ul li:hover > a {
            background-color: #B7D8FD;
            color: #CC0000;
        }


/*"""""""" (SUB) Active State""""""""*/
body #qm1 div .qmactive, body #qm1 div .qmactive:hover {
    background-color: #B7D8FD;
    color: #CC0000;
}


/*"""""""" Individual Titles""""""""*/
#qm1 .qmtitle {
    cursor: default;
    padding: 3px 0px 3px 4px;
    color: #444444;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}


/*"""""""" Individual Horizontal Dividers""""""""*/
#qm1 .qmdividerx {
    border-top-width: 1px;
    margin: 4px 0px 4px 0px;
    border-color: #96C7FD;
}


/*"""""""" Individual Vertical Dividers""""""""*/
#qm1 .qmdividery {
    border-left-width: 1px;
    height: 15px;
    margin: 4px 2px 0px 2px;
    border-color: #AAAAAA;
}


/*"""""""" Box Animation Styles""""""""*/
#qm1 .qmbox {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}


/*"""""""" (main) Rounded Items""""""""*/
#qm1 .qmritem span {
    border-color: #0570E7;
    background-color: #D8EEFD;
}


/*"""""""" (main) Rounded Items Content""""""""*/
#qm1 .qmritemcontent {
    padding: 0px 0px 0px 4px;
}


/*"""""""" Custom Rule""""""""*/
ul#qm1 ul {
    padding: 10px;
    margin: -2px 0px 0px 0px;
    background-color: #D8EEFD;
    border-width: 1px;
    border-style: solid;
    border-color: #0570E7;
}


/*"""""""" Custom Rule""""""""*/
ul#qm1 li:hover > a {
    background-color: #D8EEFD;
}
/*"""""""" Custom Rule""""""""*/
div#qm1 .qmc_alertclass {
    /*color: #FF0000;*/
    color: #ca0303;
}
/*[END-QS1]*/


