/* Copyright © 2009 SMAC-KY
   Navigation Stylesheet
   @Author: K. J. Plagge
   @Date:   June 2009
   Copyright © 2009 SMAC-KY
*/
@import "main.css";

#stretch {
	width: 100%;
	float: left;
	font-size: medium;
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	z-index: 2;
	clear: left;
}

#stretch li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
  
}

#stretch a:link, #stretch a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #6DC7FF;
}

#stretch a.active:link, #stretch a.active:visited, #stretch a:hover {
	border-bottom: 4px solid #E7E7E7;
	padding-bottom: 2px;
	color: orange;
}
  
#animated-nav {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #E7E7E7;
 }
