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


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        color:#666666;
        text-decoration:none;
        border-right:1px solid #cccccc;
        font-size: 10px;
        padding: 4px 7px 3px 7px;
        text-transform: uppercase;

}


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


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
}


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


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        padding:0;
        margin-top: 1px;
        margin-left: -1px;
        background-color:#ffffff;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
}


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


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        padding:4px 19px 3px 6px;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
}

/*!!!!!!!!!!! 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 """"""""*/
#qm1
{
}


 /*"""""""" (MAIN) Items """"""""*/
#qm1 a
{
        color:#666666;
        text-decoration:none;
        border:1px solid #cccccc;
        font-size: 85%;
        padding: 4px 7px 3px 7px;

}


/*"""""""" (MAIN) Hover State """"""""*/
#qm1 a:hover
{
        color: #996633;
        background-color: #efefef;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm1 .qmactive, body #qm1 .qmactive:hover
{
}


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


/*"""""""" [SUB] Containers """"""""*/
#qm1 div
{
        padding:0;
        margin-top: 10px;
        margin-left: -50px;
        background-color:#ffffff;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm1 div a:hover
{
}


/*""""""""[SUB] Active State """"""""*/
body #qm1 div .qmactive, body #qm1 div .qmactive:hover
{
}


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


/*"""""""" [SUB] Items """"""""*/
#qm1 div a
{
        padding:4px 19px 3px 6px;
        border: 1px solid #cccccc;
}


