/*!!!!!!!!!!! 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:#a0aed9;
        margin-top: 75px;
        width: 350px;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        color:#ffffff;
        text-decoration:none;
        padding: 3px 10px;
}


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


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
        background-color:#586db0;
}


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


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

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


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


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


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        background-color:#a0aed9;
        padding:5px 10px 5px 10px;
        border-width:0px;
        border-style:none;
}


