/* Top nav (tabs) */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 42px;
}

#nav ul li a.navHome {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 74px;
	margin-left: 208px;
}

#nav ul li a.navSpeak {
	background: url(../images/nav-speakup.jpg) top no-repeat;
	width: 122px;
}

#nav ul li a.navInvolved {
	background: url(../images/nav-getinvolved.jpg) top no-repeat;
	width: 119px;
}

#nav ul li a.navFaqs {
	background: url(../images/nav-faqs.jpg) top no-repeat;
	width: 75px;
}

#nav ul li a.navVolunteering{
	background: url(../images/nav-volunteering.jpg) top no-repeat;
	width: 120px;
}

#nav ul li a.navNews{
	background: url(../images/nav-news.jpg) top no-repeat;
	width: 127px;
}

#nav ul li a.navContact{
	background: url(../images/nav-contact.jpg) top no-repeat;
	width: 102px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}