
/***************************************************************

CSS for Roger G. Barry Resource Office for Cryospheric Studies

author S.Truex at NSIDC dot org

**************************************************************/

.resourceCenter {
  	background:#dae6f7!important;
}

.resourceCenter li {
	background:#dae6f7!important;
	border-top: 1px solid #dae6f7!important;
	border-bottom: 1px solid #dae6f7!important;
	padding: 0;
	margin: 0;
}

#nsidcSecondaryNav a.trigger {
	border-top: 1px solid #dae6f7;
	border-bottom: 1px solid #dae6f7;
}

#rocsHomeImage {
	margin-right: 0;
	padding-left: 10px;
}

#secondarySiteHeader {
	background: #96bdea;
	width: 100%;
	margin-bottom: 5px;
	float: none;
}

#rocsNavIcon {
	padding-right: 50%;
}

#nsidcSecondaryNav li ul {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: #dae6f7!important; /* bgcolor of submenus */
	z-index: 10; /* added 5/18 ST - to make submenus appear on top of other divs w/in navigation div */
}
