@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*-----------------------------------------------------------*/
/*                         Foxclocks                         */
/*        http://www.stemhaus.com/firefox/foxclocks/         */
/*-----------------------------------------------------------*/

/* Foxclocks */
menuitem#foxclocksoverlay-menuitem,
menuitem[command="cmd_fcov_openfc"] {
	list-style-image: url("chrome://foxclocks/skin/toolbarbutton_small.png") !important;
}

/* Options */
menuitem[command="cmd_fcov_openopt"] {
	list-style-image: url("jar:resource:///chrome/classic.jar!/skin/classic/aero/browser/preferences/Options.png") !important;
	-moz-image-region: rect(32px 224px 64px 192px) !important;
}

/* Help */
menuitem[command="cmd_fcov_openhelp"] {
	list-style-image: url("jar:resource:///chrome/classic.jar!/skin/classic/aero/global/icons/question-16.png") !important;
}

/* About */
menuitem[command="cmd_fcov_openabout"] {
	-moz-binding: url("chrome://cutemenus/content/bindings/menu.xml#menuitem-iconic") !important;
}
menuitem[command="cmd_fcov_openabout"] .menu-iconic-icon {
	list-style-image: url("chrome://foxclocks/skin/toolbarbutton_small.png") !important;
	width:14px; height:14px;
	margin-right:8px;
	margin-bottom:4px;
}
menuitem[command="cmd_fcov_openabout"] .menu-iconic-small-icon {
	list-style-image: url("jar:resource:///chrome/classic.jar!/skin/classic/aero/global/console/bullet-question.png");
	width:14px; height:14px;
	margin-left:8px;
	margin-top:8px;
}
menuitem[command="cmd_fcov_openabout"] .menu-iconic-text {
	margin-left:-1px !important;
}
