/*!!!!!!!!!!! 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:#ffffff;*/
        background-color:transparent;
        padding-left:10px;
        border-width:1px 0px 1px 0px;
        border-style:none;
        border-color:none;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        /*color:#000000;
        background-color:transparent;
        font-family:Tahoma,arial,sans-sarif;
        font-size:11px;
        text-decoration:none;
        padding:3px 20px 5px 8px;
        border-style:none;
        border-width:0px 0px 0px 1px;*/
        
}


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

        color:#000000;
        background-color:transparent;
        text-decoration:none;
}


/*"""""""" (MAIN) Active State """"""""*/	
#qm0 .qmactive
{ 
        /* Note: Add '!important' after each style */
        /*border-color:#333333 !important;*/

        color:#000000 !important;
        background-color:#EFF4FA !important;
        text-decoration:no-underline !important;
        background-image:url(../images/slide_white_arrow.gif) !important;
}


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




/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        
        background-color:#eff4fa;
        padding:5px 5px 5px 5px;
        border-style:solid;
        border-width:0px 0px 0px 0px;
        margin:0px;
        border-color:#333333;
        
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
        color:#000000;
        border-width:0px 1px 0px 1px;
        border-color:#000000;
        border-style:solid;
        padding:3px 25px 3px 5px;
        
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
        border-width:1px 1px 1px 1px;
        border-color:#666666;
        background-color:#cfd0d2;
        color:#000000;
        text-decoration:none;
}


