/*!!!!!!!!!!! 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:transparent;
        padding-left: 15px;
        margin: auto;
        width: 940px;
        padding-top: 10px;
        clear: both;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #191919;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #4c4c4c;
        color: white;
        padding: 7px 17px 0 17px;
        text-decoration: none;
        height: 22px;
}

#qm0 a.noleft
{
        border-left-width: 0px;
}

#qm0 a.noright
{
        border-right-width: 0px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
        text-decoration: underline;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
}


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
        background-color: #2A2A2A;
        padding: 5px 0 10px 0;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
}


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


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
  border: 0;
}



