#footer-nav {
	position: relative;
	color: #99ffff;
	font-weight: bold;
	font-size: .85em;
	text-align: center;
	background-color: #4eb2be;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	}

#footer-nav li {
	list-style-type: none;
	display: inline;
	}

#footer-nav  a:link {
	text-decoration: none;
	background-color: #4eb2be;
	color: #0000ff;
	}

#footer-nav  a:visited {
	text-decoration: none;
	background-color: #4eb2be;
	color: #4e164e;
	}

#footer-nav a:hover {
	background-color: #99ffff;
	color: #0000ff;
	}

#horiz-nav {
	position: relative;
	background-color: #ff897b;
	font-weight: bold;
	border-top: 2px groove #000066;
	border-bottom: 2px groove #000066;
	width: 100%;
	}

#horiz-nav ul {
	font-size: .85em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
	text-align: center;
	max-width: 900px;
	}

#horiz-nav li {
	display: inline;
	}

#horiz-nav  a:link {
	text-decoration: none;
	background-color: #ff897b;
	}

#horiz-nav  a:visited {
	text-decoration: none;
	background-color: #ff897b;
	}

#horiz-nav a:hover {
	background-color: #99ffff;
	color: #0000ff;
	}

#horiz-nav .current a:link {
	background-color: #99ffff;
	color: #0000ff;
	}

#horiz-nav .current a:visited {
	background-color: #99ffff;
	color: #4e164e;
	}

#horiz-nav .current a:hover 	{
	background-color: #99ffff;
	color: #0000ff;
	}

#left-nav ul {
	position: absolute;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	width: 140px;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	}

#left-nav a	 {
	display: block;
	background-color: #4eb2be;
	border-right: 1px solid #330033;
	border-bottom: 1px solid #330033;
	border-left: 1px solid #330033;
	padding: .25em;
	}

#left-nav a:link	{
	color: #0000ff;
	text-decoration: none;
	}

#left-nav a:visited {
	color: #4e164e;
	text-decoration: none;
	}

#left-nav a:hover 	{
	background-color: #99ffff;
	color: #0000ff;
	}

#left-nav .current a:link {
	background-color: #ffcc66;
	color: #0000ff;
	}

#left-nav .current a:visited {
	background-color: #ffcc66;
	color: #4e164e;
	}

#left-nav .current a:hover 	{
	background-color: #99ffff;
	color: #0000ff;
	}
