/*!!!!!!!!!!! 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 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;
        padding-left: 36px
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        background-image:url(../images/nav_arrow.gif);
        background-repeat:no-repeat;
        background-position: 5px center;
        color: #006600;
        padding: 5px 11px 5px 16px;
        margin-top: 3px;
        margin-right: 10px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
        text-decoration: none;
        background-color: #c6e38c;
        padding: 4px 10px 4px 15px;
        border: 1px solid #9c9a9c;
        background-position: 4px center;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
        text-decoration: none;
        background-color: #c6e38c;
        padding: 4px 10px 4px 15px;
        border-top: 1px solid #9c9a9c;
        border-right: 1px solid #9c9a9c;
        border-left: 1px solid #9c9a9c;
        background-position: 4px center;
}


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


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        background-color: #c6e38c;
        border-left: 1px solid #9c9a9c;
        border-right: 1px solid #9c9a9c;
        border-bottom: 1px solid #9c9a9c;
        margin: -3px 0 0 0px;
}

#qm0 div div
{
        border-top: 1px solid #9c9a9c;
        margin-left: -3px;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
        border: 0;
        padding: 3px 15px;
        line-height: normal;
        height: 17px;
        background-image:none;
        background-color: #a1c057;
        text-decoration: none;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
        text-decoration: none;
        padding: 3px 15px;
        line-height: normal;
        height: 17px;
        background-image:none;
        border: 0;
        background-image:url(../images/nav_arrow.gif);
        background-position: 140px center;
        background-color: #a1c057;
}


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


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        padding: 3px 15px;
        line-height: normal;
        height: 17px;
        background-image:none;
        border: 0;
        width: 130px;
        margin: 0px
}



