/* Firefox 9 ブックマークツールバー多段表示 */
#PlacesToolbarItems {
overflow: visible !important;
}
#PlacesToolbarItems > box {
display: block !important;
}
#PlacesChevron,
#bookmarks-menu-button.bookmark-item > label,
#home-button.bookmark-item > label {
display: none !important;
}
toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
toolbarbutton.bookmark-item[open="true"] {
margin: 0 !important;
padding: 2px 3px !important;
}
#bookmarks-menu-button.bookmark-item > image,
#home-button.bookmark-item > image {
margin: 0 !important;
}