﻿/*!!!!!!!!!!! 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;
}
.qmsh div a
{
    float: left;
}
.qmmc div
{
    visibility: hidden;
    position: absolute;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0
{
    background-color: black;
    cursor:pointer;
}


/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
    padding: 1px 10px 2px 10px;
    background-color: black;
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    border-width: 0px 0px;
    border-style: solid;
    border-color: #4b73cc;
}


/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover
{
    color: white;
    text-decoration: none;
    background-image: url("chrometheme/chromebg3-over.gif");
}


/*"""""""" (MAIN) Parent items""""""""*/
#qm0 .qmparent
{
}


/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
    text-decoration: none;
}


/*"""""""" (SUB) Container""""""""*/
#qm0 div
{
    padding: 5px;
    margin: 0px;
    background-color: black;
    border-width: 0px 0px;
    border-style: solid;
    border-color: #4b73cc;
}


/*"""""""" (SUB) Items""""""""*/
#qm0 div a
{
    font-weight: bold;
    font-size: 8pt;
    padding: 2px 40px 2px 5px;
    background-color: transparent;
    color: white;
    border-width: 0px;
    border-style: none;
}


/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover
{
    color: Black;
    text-decoration: none;
    background-color: #fafafa;
    background-image: none;
}


/*"""""""" (SUB) Parent items""""""""*/
#qm0 div .qmparent
{
}


/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
    background-color: black;
    color: #333333;
    text-decoration: none;
}
