@charset "UTF-8";
/* CSS Document */

/* gold c0b974 | green 4d8e75 | blue 005699 | dark grey 969696 */

#miniflex {
	font-size: 1em; /* set to same as "p font-size" in elastic.css */
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:2;
	/* background-color:#66CCFF; */
}
#miniflex li {
	float: left; /* needed to keep the blue bar below */
	/* margin: 0em; */
	/* padding: 0;	*/
	display: inline;
	list-style: none;
	position: relative;
}
#miniflex a:link, #miniflex a:visited {
	float: left;
	/* font-size: .9em; */
	line-height: 2.5em; /* adjusts height of links */
	font-weight: bold;
	margin: 0 0 0 1.25em; /* spacing between words/links */
	text-decoration: none;
	color: #969696; /**** this is the color of links ****/
}
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 1em solid #696;
	/* padding-bottom: 1em; */
	color: #005699;  /* this makes the active link the active color */
}
#animated-tab {
	position: absolute;
	z-index: 1;
	font-size: .87em;
	line-height: 2em; /* adjusts blue bar vert pos. larger numbers=lower */
	/* padding-bottom: 2px; */
	border-bottom: .3em solid #005699; /* thickness and color of the animated tab default 4px */
}


