/*classes related to navigation sections*/
#footer-nav {
	position: relative;
	font-size: 80%;
	font-weight: bold;
	background-color: #ffcc99;
	text-align: center;
	border-top: medium groove #330033;
	border-bottom: none;
	margin: 0;
	padding: .75em;
	}

#horiznav {
	position: relative;
	background-color: #ffcc99;
	color: #006699;
	font-weight: bold;
	border-top: 2px groove #663366;
	border-bottom: 2px groove #663366;
	width: 100%;
	}

#horiznav ul {
	font-size: 75%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
	text-align: center;
	}

#horiznav li {
	display: inline;
	}

#horiznav .current	a:link {
	background-color: #ffffcc;
	}

#horiznav .current	a:visited {
	background-color: #ffffcc;
	}

#horiznav .current a:hover 	{
	background-color: #ffffcc;
  }

#horiznav a:hover {
	background-color: #ffffcc;
	}

#horiznav  a:link, #horiznav a:visited {
	text-decoration: none;
	color: #006699;
	}

