/* CTA specific CSS directives 
 * Dirk Hoffmann -CPPM-, 2012 
 * Last changed: See https://portal.cta-observatory.org/Style%20Library/ */

/* Enable display of the StatusBar */
/* div#pageStatusBar {
 *	display: block;
 *	} 
 */

/* Hide jsTextZoom */
ul#jsTextZoom {
	display: none;
	}

/* Hide first item ("CTA", redundant with icon) in top-bar menu;
 * We take care to remove this and only this item from the menu! */
.s4-toplinks .menu-horizontal ul.root > li > a.menu-item[accesskey="1"] {
    display:  none;
}

