/*!!!!!!!!!!! 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;
        width: 175px;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        color: #522400;
        text-decoration:none;
        border: 1px dotted #e78e18;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 15px;

}

#qm0 a.sel
{
        text-decoration:none;
        border: 1px dotted #e78e18;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 15px;
        background-color: #f7f7f7;
        color: #e78e18;

}


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


/*"""""""" (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
{
        background-color:#999999;
        padding:0;
        border: 0px;
        margin-top:-1px;
        z-index: 1;
}


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


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


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


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        background-color:#999999;
        padding:3px 20px 3px 6px;
        z-index: 1;
        border-top: 1px solid white;
}


