@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.google.com") {



/** ELEMENTS TO HIDE **/
.gbh, #offline_sc, #guser b { display: none !important; }



/** RE-THEME ELEMENTS **/
#gbar { color: #cccccc !important; font-size: 11px !important; }
#gbar a { color: #cccccc !important; }
#guser { color: #ffffff !important; font-size: 11px !important; }
#guser a { color: #cccccc !important; }



/** ORIGINAL MENU **/
#gbar {
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    -moz-opacity: .2 !important;
    position: absolute;
    padding: 0 !important;
    display: block !important;
    width: 4px !important;
    height: 10px !important;
    background: #333333 !important;
}
#gbar:hover {
    -moz-opacity: .9 !important;
    width: 97% !important; 
    height: 48px !important;
    margin-top: 1px !important;
    margin-left: 1px !important;
    padding: 6px 0px 0px 20px !important;
    border: solid 2px #000000 !important;
    z-index: 1 !important;
}



#gbar * { display: none !important; }
#gbar:hover * { display: inline !important; }



/** REPLACEMENT MENU **/
#gbar::before {
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: block !important;
    content: " " !important;
    width: 4px !important;
    height: 10px !important;
    background-color: #0000ff !important;
}

#gbar:hover::before {
    display: none !important;
}



}