/***** Menu Toolbar Text & Shadow Fix *****/
.menubar-text
{
  color: white !important;
  text-shadow: none !important;
}

/***** Bookmark Toolbar Text Fix *****/
.toolbarbutton-text
{
  text-shadow: 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white !important;
}

/***** Status Bar Fixes *****/
#browser-bottombox {
 -moz-border-image: none 0 !important;
  text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white !important;
}
#download-monitor {
  list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  -moz-image-region: rect(0px 70px 16px 55px) !important;
}