/*
    http://userstyles.org/styles/59826

    modified version of
      Google navigation bar - revert to light theme 
      v8
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com"), url-prefix("http://www.google."), url-prefix("https://www.google."),
url-prefix("http://maps.google."), url-prefix("http://news.google."), url-prefix("http://video.google.") {


#gbx3, #gbx4 {
    background-color: #6677aa !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

#gbz .gbzt, #gbz .gbgt, #gbg .gbgt {
    color: #dddddd !important;
}

.gbz0l .gbts {
    color: #ffffff !important;

}

/* hover */
.gbzt-hvr,.gbzt:focus,.gbgt-hvr,.gbgt:focus {
    background-color: #8899cc !important;
    /* background: url("http://ssl.gstatic.com/gb/images/b_8d5afc09.png") repeat scroll 0px -100px transparent !important; */
}

/* settings icon */
#gbi5 {
    /* background: url("http://ssl.gstatic.com/gb/images/b_8d5afc09.png") repeat scroll -6px -22px transparent !important; */
}


/* separators */
.gbtb .gbts {
    /* background: url("http://ssl.gstatic.com/gb/images/b_8d5afc09.png") repeat scroll 0 -22px transparent !important; */
}



}