/* Remove the theme's default generic "page" background icon on the top menu
   tab for PageWeb (unrecognized mainmenu codes fall back to a generic icon),
   and enlarge our own <img> icon to fill the same space instead.
   Selectors are scoped through the unique #mainmenutd_pageweb id so they
   outrank the theme's own class-only rules regardless of stylesheet order. */
li#mainmenutd_pageweb .mainmenu.topmenuimage,
li#mainmenutd_pageweb div.mainmenu.pageweb.topmenuimage,
li#mainmenutd_pageweb .pictofixedwidth {
	background: none !important;
	background-image: none !important;
}
li#mainmenutd_pageweb .pictofixedwidth::before,
li#mainmenutd_pageweb .pictofixedwidth::after {
	content: none !important;
	display: none !important;
}
li#mainmenutd_pageweb .pictofixedwidth img {
	width: 28px !important;
	height: 28px !important;
	max-width: none !important;
}
