/* CSS Document */

div#nav {
	width: 100%;
	text-align: center;
	}
#nav ul {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	}
#nav ul li {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	list-style: none;
	display: inline;
	border-right: 1px solid #000000;
	height: 10px;
	}
#nav .contact {
	border-right: none;
	}



#nav a:link,
#nav a:visited,
#nav a:active {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	}
#nav a:hover { 
	color: #ff6600; 
	font-style: normal;
	}
body#homePage li.home a:link,
body#homePage li.home a:visited,
body#homePage li.home a:active {
	color: #ff6600;
}
body#biosPage li.bios a:link,
body#biosPage li.bios a:visited,
body#biosPage li.bios a:active {
	color: #ff6600;
}
body#listenPage li.listen a:link,
body#listenPage li.listen a:visited,
body#listenPage li.listen a:active {
	color: #ff6600;
}
body#wordsPage li.words a:link,
body#wordsPage li.words a:visited,
body#wordsPage li.words a:active {
	color: #ff6600;
}
body#showsPage li.shows a:link,
body#showsPage li.shows a:visited,
body#showsPage li.shows a:active {
	color: #ff6600;
}
body#joinPage li.join a:link,
body#joinPage li.join a:visited,
body#joinPage li.join a:active {
	color: #ff6600;
}
body#contactPage li.contact a:link,
body#contactPage li.contact a:visited,
body#contactPage li.contact a:active {
	color: #ff6600;
}

