/* code by Micah Bucy (aka eternalsword) */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Black Japan text color and background other themes 
*** may have different image or only colors
*/
.bookmark-item[container="true"]:hover,
.bookmark-item[livemark="true"]:hover
{ 
color: #d4d8db !important; 
background: url("chrome://global/skin/hover.png") !important;
}

/* delay fix works on any theme */
.bookmark-item[container="true"][open="true"],
.bookmark-item[livemark="true"][open="true"]
{
color: inherit !important;
background: inherit !important;
}

/* usually attributed to .bookmark-item[container="true"][open="true"] 
*** without hover though may need changes to match regular menus
*/
.bookmark-item[container="true"][open="true"]:hover,
.bookmark-item[livemark="true"][open="true"]:hover
{
color: white !important;
background: url("chrome://global/skin/hover.png") !important;
}