/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Custom Toolbar Firefox Background Image              |
|    Description:  |  Makes Personalized image appear on Browser's toolbar |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  June 10, 2008                                        |
|   Date Updated:  |  June 10, 2008                                        |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/





@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/* Add background image to the browser toolbar: */
#navigator-toolbox 
{
  background-image: url("http://sm-labs01.mozilla.org/legacy-personas/firefox_b/tbox-firefox_b.jpg") !important; 
  background-position: right center !important;
  background-repeat: repeat !important;
}