/*!!!!!!!!!!! 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
{
        color:                   #252525         !important;
}

#qm0.qmmc .qmbcmain:hover
{
        color:                   #252525         !important;
}

/*"""""""" (MAIN) Container """"""""*/
#qm0
{
        width:                   100%;
        border-bottom:           solid 3px #959595;
        text-align:              center;
}

 
 
 
 /*"""""""" (MAIN) Items This is the one to edit for the main menu """"""""*/
#qm0 a
{
        color:                   #ffffff;
        font-family:             Arial;
        font-size:               11px;
        text-decoration:         none;
        background-color:        #005596;
        padding:                  3px 0px 3px 0px;
}

/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
        background-color:        #909112;
        color:                   #ffffff;
}

/*"""""""" (MAIN) Active State """"""""*/
#qm0 .qmactive
{
        color:                   #ffffff;
        background-color:        #909112         !important;
        text-decoration:         underline            !important;

}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
        background-repeat:        no-repeat;
        background-position:      95%;
        border-right:            solid 1px #b7b7b7;
        padding:                  3px 0px 3px 0px;
        text-transform:          uppercase;
}

/*"""""""" (MAIN) Selected Parent Items """"""""*/
#qm0 .selected
{
        background-color: #909112;
        color: #ffffff;
        font-weight:             normal;
		text-decoration: underline;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        background-color:         #FFFFFF;
        font-family:              Arial;
        font-size:                10px;
        font-weight:              bold;
        border:                   1px solid #cccccc;
        margin-left:              0px;
        margin-top:               3px;
        text-align:               left;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
        text-decoration:          none;
        background-color:         #005596         !important;
        color:                    #ffffff;
}

/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
        background-color:         #dedcf0         !important;
        color:                    #fff;
}

/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        color:                    #ffffff;
        background-color:         #909112;
        font-family:              Arial;
        font-size:                11px;
        font-weight:              normal;
        padding:                  5px;
}
