--MENU-HOME-LINK-color:rgba(64,64,64,1);/* home button color if configured */
--MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1);/* hovered home button color if configured */
--MENU-SEARCH-color:rgba(224,224,224,1);/* text and icon color of search box */
--MENU-SEARCH-BG-color:rgba(50,50,50,1);/* background color of search box */
--MENU-SEARCH-BORDER-color:rgba(224,224,224,1);/* border color of search box */
--MENU-SECTIONS-BG-color:rgba(43,43,43,1);/* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
--MENU-SECTIONS-LINK-color:rgba(186,186,186,1);/* link color of menu topics */
--MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1);/* hovered link color of menu topics */
--MENU-SECTIONS-ACTIVE-BG-color:rgba(50,50,50,1);/* background color of the active menu section */
--MENU-SECTION-ACTIVE-CATEGORY-color:rgba(130,229,80,1);/* text color of the displayed menu topic */
--MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1);/* separator color between menu sections and menu footer */
--MENU-VISITED-color:rgba(72,106,201,1);/* icon color of visited menu topics if configured */
--BOX-CAPTION-color:rgba(240,240,240,1);/* text color of colored box titles */
--BOX-BG-color:rgba(20,20,20,1);/* background color of colored boxes */
--BOX-TEXT-color:rgba(224,224,224,1);/* text color of colored box content */