/*!!!!!!!!!!! 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
{
        padding: 20px 0 0 16px;
        width: 135px;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        color:white;
        text-decoration:none;
        padding: 4px;

}


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


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


/*"""""""" (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:#554D87;
        padding:0;
        border: 0px;
        margin: 0;
        z-index: 1;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
        text-decoration: underline;
}


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


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
        padding: 4px 7px;
}


