﻿/*%%%%%%%%%%%% QuickMenu Styles %%%%%%%%%%%*/

/*!!!!!!!!!!! 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 below for vertical mains and change the false value to
       true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/

/*======== qm0 Top Nav Bar ========*/

/*"""""""" (MAIN) Container """"""""*/
#qm0
{ 
    background-color:#999999;
    padding-left:10px;
    /*
    border-width:1px 0px 1px 0px;
    border-style:solid;
    border-color:#000000;
    */
}

 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
    color:#ffffff;
    background-color:transparent;
    font-family:Arial;
    font-size:11px;
    font-weight: bold;
    margin-right: 15px;
    text-decoration:none;
    padding:8px 16px 8px 8px;
    /*
    border-style:solid;
    border-color:#ffffff;
    border-width:0px 0px 0px 1px;
    */
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
    /*border-color:#333333;*/

    color:#ff9900;           /* #666666; */
    background-color:#d5dce3;
    text-decoration:underline;
}

/*"""""""" (MAIN) Active State """"""""*/    
#qm0 .qmactive
{ 
    /* Note: Add '!important' after each style */
    /*border-color:#333333 !important;*/

    color:#ff9900 !important;               /* #666666; */
    background-color:#d5dce3 !important;
    text-decoration:underline !important;
    background-image:url(/img/topnav_arrow_orange.gif) !important;
    background-position:center right;
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
    background-image:url(/img/topnav_arrow_white.gif);
    background-repeat:no-repeat;
    background-position:center right;       /* 92%; */
    /* cursor:default;      I want a hand for the parent item, since it is a link, too.  */
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
    background-color:#d5dce3;       /* This is our 99ccff light blue, saturation down to 40, lightness up to 220 to match qm example */
    padding:5px 5px 5px 5px;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    margin:0px;
    border-color:#333333;
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{        
    font-size:.8em;
    font-weight: normal;
    color:#333333;
    border-width:0px 1px 0px 1px;
    border-color:#d5dce3;
    border-style:solid;
    padding:3px 30px 3px 5px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
    border-color:#666666;
    background-color:#eff5fb;       /* This is the qm example with hue changed from 150 to 148 to our hue - it was close. */
    color:#ff9900;           /* #333333; */
    text-decoration:none;
}

#qm0 div div
{
    margin:0px 0px 0px 3px;
}

/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
    /* Note: Add '!important' after each style */
    border-color:#666666 !important;
    background-color:#eff5fb !important;
    color:#ff9900 !important;        /* #000000; */
    text-decoration:underline !important;
    background-image:url(/img/topnav_arrow_rt_black.gif) !important;
    background-position: 98% 50%;        /* See below; actually it inherited without it here, but this is explicit. */
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{
    background-image:url(/img/topnav_arrow_rt_black.gif);
    background-position: 98% 50%;        /* Need it just left of the right edge, else the hover bar covers the tip. */
}

/* BikeBandit moved this from the head tag. */
.qmfv
{
    visibility:visible !important;
}
.qmfh
{
    visibility:hidden !important;
}
