@-moz-document domain(google.com) {

/*
changelog

 On 11.09.06:
 - Changed the domain from gmail.google.com to google.com to apply this style to any Google app that uses the GoogleBar.
 - Added a few missing "!important"  here and there.
 - Changed the name to reflect the new changes.

/** ORIGINAL MENU **/
table.ccc {
    top: 0 !important;
    left: 0 !important;
    margin-left: 10px !important;
    -moz-opacity: .6 !important;
    position: absolute;
    padding: 0 !important;
    display: block !important;
    width: 16px !important;
    height: 18px !important;
    background: none !important;
}
table.ccc:hover {
    -moz-opacity: 1 !important;
    width: 430px !important; 
    height: 25px !important;
    padding-top: 3px !important;
    padding-left: 5px !important;
}

/** Span Elements **/
table.ccc * {
    display: none !important;
}
table.ccc:hover * {
    display: inline !important;
}

/** REPLACEMENT (Green Right Arrow Icon) **/
table.ccc::before {
    margin-top: 5px !important;
    margin-left: 0 !important;
    display: block !important;
    content: " " !important;
    width: 16px !important;
    height: 16px !important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICA    gIfAhkiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAI2SURBVDiNlZJLSFRhHM    V/3+POw0bDFFLEXkQgaBQEhdNGaNEiggRbRoFCuMlyjDZCKzeNkIsochMUvaRFYj5wES1m0CmkFDfRIi    wznbGBHuN479z7tQhfMxPUgbP5/ofD+Z//hzGGfIa7dKyxU7cVm+VTUgTGo3F39YG+cJc1EI5YoWKaNR    Q1ALjS0hs8efTsaQSz4YjV8N8GSmqaDp/xtTdfrw36QxPhiNVWTCcaI/orhp1bHhXZm+2DganPY1SV7c    Mnt/F4/NbKh/mZYWM4H4s6PzcMOrXpuXgfKRRKKISQCAQAiU9DeLiU+Xewq7ye+PS4MzY5sIAxp2JRZw    ZAA7hejtjHZyipUUKBEAgBQgHCY9meI700z8G6I1ZN1Z7ap2N3J8IRqyMWdfo1QM5bJZ1ZwHaz2G4WpT    SlJWWUBEL4LT9GuNhejndLo9SE6kRrc1fJ0KtHfcevWsc0wNKPOd4nX693oH2ClCPRWYnWCr8viE8GUP    gpzZWjTJCsnTHrK2wpUILUAmXJP/SBp7KgLBoqmkgvZsyDl3dWsquZjRUAWg5dWzdQlkBpychcL9onqQ    7tp277CSbfxO3E2/hX47KpRMHi7Sc9W84oLbKXznUHlFLUVzZRofcy8PxhZjH5ZcS4eWc0xhR8jnDEMp    dbu/nlJUmmUubF6OCK7dgdsRtOf762oIM1ODmbxFRidXp2atHbFLmgs78lqCivzHz7nho2Lhc2R/6nBE    ISX06n7sWihZHz8RtB3gm0bnbltgAAAABJRU5ErkJggg==") top left no-repeat !important;
}

table.ccc:hover::before {
    display: none !important;
}

}