/*!!!!!!!!!!! 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}*/

        

    /*"""""""" (MAIN) Container """"""""*/
    #qm0
    { 
        background-color:transparent;
        width: 980px;
        text-align: center !important;
    }


     /*"""""""" (MAIN) Items """"""""*/
    #qm0 a
    {
        color:#333333;
        background-color:transparent;
        font: bold 11px arial !important;
        line-height: 28px !important;
        text-decoration:none;
        padding: 0px 24px 0px 24px !important;
        border-style:solid;
        border-color:#ffffff;
        border-width:0px 1px 0px 0px;
		zoom: 1.0 !important;
    }


    /*"""""""" (MAIN) Hover State """"""""*/
    #qm0 a:hover
    { 
        background: url(/lib/yhst-95552160618728/topmenu-bg-roll.jpg);
        color: #3a2a1a;
    }

    #qm0 a.actSection {
        background: url(/lib/yhst-95552160618728/topmenu-bg-roll2.jpg);
        color: #3a2a1a;
    }

    /*"""""""" (MAIN) Active State """"""""*/   
    body #qm0 .qmactive, body #qm0 .qmactive:hover
    { 
        background: url(/lib/yhst-95552160618728/topmenu-bg-roll.jpg);
        color: #3a2a1a !important;
    }


    /*"""""""" (MAIN) Parent Items """"""""*/
    #qm0 .qmparent
    {
    }


    /*"""""""" [SUB] Containers """"""""*/
    #qm0 div
    {
        background-color:#f9f7f1;
        padding:0px;
        border-style:solid;
        border-width:1px 1px 0px 1px;
        border-color:#6d6155;
        margin-top:-1px;
        //width: 140px !important;
        width: auto;
	z-index: 10001 !important;
    }


    /*"""""""" [SUB] Items """"""""*/
    #qm0 div a
    {       
        background-color:#f9f7f1;
        padding:6px 3px !important;
        border-bottom: solid 1px #6d6155;
        font: bold 11px verdana;
        color: #54202c !important;
        text-align: left !important;
        line-height: 15px !important;
		zoom: normal !important;
    }
    

    /*"""""""" [SUB] Hover State """"""""*/
    #qm0 div a:hover
    {
        color: #7b6891 !important;
    }


    /*""""""""[SUB] Active State """"""""*/
    body #qm0 div .qmactive, body #qm0 div .qmactive:hover
    {
        background-color:#ffffff;
    }


    /*"""""""" [SUB] Parent Items """"""""*/
    #qm0 div .qmparent 
    {
        background-image:url(/lib/yhst-10652419408327/arrow-right.gif); 
    }

    #qm0 td  
    {
        font: normal 11px verdana;
        color: #0f66b9;
        padding: 1px;
        border: none;
        margin: 0px;
    }

    #qm0 td a:link, #qm0 td a:visited
    {
        background-color: transparent;
        font: normal 11px verdana;
        color: #0f66b9 !important;
        padding: 3px;
        border: none;
        text-decoration: none;
        display: block;
    }

    #qm0 td a:hover 
    {
        background-color: transparent;
        text-decoration: underline;
    }

    #qm0 table
    {
        margin: 0px;
        background-color: #daffaa;
    }
