/* Alternate styles that crop the standard DLESE banner to display only 
   the site navigation drop-down buttons */

/* Background image stetches across the width of the banner: */
.dlese_bannerDivBackground {
	height: 55px;
}
/* Div surrounding entire banner */
.dlese_bannerDiv {
	height: 55px;
}
/* Gray line at the bottom edge of the banner: */
.dlese_bannerBottomEdge {
	top: 55px; 
}
/* Sub-area page title, i.e. 'Find a resource': */
.dlese_sectionTitle {
	display: none;
}
/* Search form, with keyword, radio buttons, and search button */
.dlese_searchForm {
	display: none;
}


