#PersonalToolbar, #ybToolbar {
	background-image: url("chrome://global/skin/menu/statusbar_background.png") !important;
	background-repeat: repeat;
	background-position: bottom right;
	background-color: blue;
	color: #ccc;
	min-height:20px;
	font-weight:bold;
}
toolbarbutton.bookmark-item {
  margin: 0;
  min-width: 0;
  max-width: 13em;
  padding: 2px 4px;
  color: #e5e5e5 !important;
  border:0px;
}
toolbarbutton.bookmark-item:hover {
  margin: 0;
  min-width: 0;
  max-width: 13em;
  padding: 2px 4px;
  color: #fff !important;
  border:0px;
}