

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


/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
    color:#ffffff;
    background-color:transparent;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    padding-top:15px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
    /*border-color:#333333;*/

    color:#ffffff;
    text-decoration:underline;
}

