﻿#nav {
	background-color: white;
	background: white url('../images/navBG.jpg') no-repeat;
	height: 31px;
	margin-top: 6px;
	width: 970px;
	position: relative;
	z-index: 1000;
}

#nav .noDisplay {
	display: none;
}

#nav ul {
	margin-top: 2px;
	float: right;
	list-style: none;
}

#nav li {
	float: left;
}

#nav a#home {
	background: url('../images/home.gif') no-repeat;
	display: block;
	height: 24px;
	width: 62px;
}

#nav a:hover#home {
	background: url('../images/homeRoll.gif') no-repeat;
}

#nav a#selah {
	background: url('../images/selah.gif') no-repeat;
	display: block;
	height: 24px;
	width: 116px;
}

#nav a:hover#selah {
	background: url('../images/selahRoll.gif') no-repeat;
}

#nav a#media {
	background: url('../images/media.gif') no-repeat;
	display: block;
	height: 24px;
	width: 69px;
}

#nav a:hover#media {
	background: url('../images/mediaRoll.gif') no-repeat;
}

#nav a#archive {
	background: url('../images/archive.gif') no-repeat;
	display: block;
	height: 24px;
	width: 75px;
}

#nav a:hover#archive {
	background: url('../images/archiveRoll.gif') no-repeat;
}

#nav a#about {
	background: url('../images/about.gif') no-repeat;
	display: block;
	height: 24px;
	width: 82px;
}

#nav a:hover#about {
	background: url('../images/aboutRoll.gif') no-repeat;
}

#nav a#faq {
	background: url('../images/faq2.gif') no-repeat;
	display: block;
	height: 24px;
	width: 43px;
}

#nav a:hover#faq {
	background: url('../images/faqRoll2.gif') no-repeat;
}

#nav a#member {
	background: url('../images/member.gif') no-repeat;
	display: block;
	height: 24px;
	width: 68px;
}

#nav a:hover#member {
	background: url('../images/memberRoll.gif') no-repeat;
}

#nav a#contact {
	background: url('../images/contact.gif') no-repeat;
	display: block;
	height: 24px;
	width: 99px;
}

#nav a:hover#contact {
	background: url('../images/contactRoll.gif') no-repeat;
}

/******************************/

#footer ul {
	margin-top: 2px;
	float: right;
	list-style: none;
}

#footer li {
	float: left;
	margin: 10px;
}

