/* CSS Document */



/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.abc {position:relative;}
.abc a {float:left;display:block;white-space:nowrap;}
.abc div a {float:none;}
.abc div {visibility:hidden;position:absolute;}

.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 [Please Modify!] !!!!!!!!!!!*/


        /* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
        /*.qmmc a {float: none;}*/



        /*"""""""" (MAIN) Container """"""""*/
        #qm0
        {
                background-color:transparent;
        }


         /*"""""""" (MAIN) Items """"""""*/
        #qm0 a
        {
                color:#ffffff;
                background-color:#003399;
                font-family:Arial;
                font-size: .8em;
                text-decoration:none;
                padding:5px 40px 5px 8px;
                border-style:solid;
                border-color:#FFFFFF;
                border-width:1px;

        }


        /*"""""""" (MAIN) Hover State """"""""*/
        #qm0 a:hover
        {
                background-color:666666;
                color:#003399
        }


        /*"""""""" (MAIN) Active State """"""""*/
        #qm0 .qmactive
        {
                /* Note: Add '!important' after each style */

                background-color:666666 !important;
                text-decoration:underline !important;
        }


        /*"""""""" (MAIN) Parent Items """"""""*/
        #qm0 .qmparent
        {
                background-image:url(images/arrow_down.gif);
                background-repeat:no-repeat;
                background-position:95%;
        }


        /*"""""""" [SUB] Containers """"""""*/
        #qm0 div
        {
                background-color:666666;
                padding:5px;
                border-style:solid;
                border-width:1px;
                border-color:#003399;
                margin-top:-1px;

        }


        /*"""""""" [SUB] Hover State """"""""*/
        #qm0 div a:hover
        {
                text-decoration:underline;

        }


        /*""""""""[SUB] Active State """"""""*/
        #qm0 div .qmactive
        {
                /* Note: Add '!important' after each style */

                background-color:666666 !important;
        }


        /*"""""""" [SUB] Parent Items """"""""*/
        #qm0 div .qmparent
        {
                background-image:url(images/arrow_right.gif);
        }


        /*"""""""" [SUB] Items """"""""*/
        #qm0 div a
        {
                background-color:666666;
                padding:2px 40px 2px 5px;
                border-width:1px;
                border-style:none;
                border-color:#000000;
        }

.qmfv{visibility:visible !important;}