body.debug{
	/* visibility: visible; */
}

/** MENU HORIZONTAL ON HOVER - DESKTOP
 *	This file contains added CSS to the standard menu horizontal, to display sub levels when you hover on the first level.
 *	
 *	Dependencies to be read in before this file are:
 *		'primary-menu-horizontal-master.css'
 * 		'primary-menu-horizontal-media-queries.css'
 * 		'primary-menu-horizontal-desktop.css'
 */
 body.debug{
	/* visibility: visible; */
}

.id-primary-menu-horizontal-onhover-tabs li:nth-of-type(4n+4):not(.toplevel):hover a.level1,
.id-primary-menu-horizontal-onhover-tabs li:nth-of-type(4n+4):not(.toplevel):hover a.level1:hover{
	border-right-color:rgba(0,0,0,0.12);
}