/*!!!!!!!!!!! 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;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}

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

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

#qm0.qmmc .qmbcmain
{
        background-color:        #eeeeee         !important;
        color:                        #625EA6         !important;
}

#qm0.qmmc .qmbcmain:hover
{
        background-color:        #000000         !important;
        color:                        #625EA6         !important;
}

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

 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        color:                        #000000;
        background-color:        #FFFFFF;
        font-family:                Arial;
        font-size:                12px;
        text-decoration:        none;
        padding:                0px 0px 0px 0px;
}

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

/*"""""""" (MAIN) Active State """"""""*/
#qm0 .qmactive
{
        background-color:        #FFFFFF         !important;
        text-decoration:        none                 !important;
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
        background-repeat:        no-repeat;
        background-position:        100%;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        color:                        #7274B7;
        background-color:             #000000;
        font-family:                  Arial;
        font-size:                    13px;
        border:                       1px solid #cccccc;
        width:                              161px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
        text-decoration:        none;
        background-color:        #333333         !important;
}

/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
        background-color:        #EDE1EF         !important;
}

/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        color:                          #ffffff;
        background-color:                #000000;
        font-family:                        Arial;
        font-size:                      11px;
        border-width:                   0px;
        border-style:                   none;
        border-color:                   #000000;
        width:                                161px;
        text-align:                        left;
        padding:                         5px;
}