#nav {
	float: right;
	width: 470px;
	height: 30px;
	margin-right: 80px;
	margin-top: 70px;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -5000px;
}

#nav a.aboutus, #nav a.aboutus_current {
	background: url(../images/nav/aboutus.gif) no-repeat left top;
	width: 85px;
	margin-right: 5px;
}

#nav a.ministries, #nav a.ministries_current {
	background: url(../images/nav/ministries.gif) no-repeat left top;
	width: 90px;
	margin-right: 5px;
}

#nav a.gatherings, #nav a.gatherings_current {
	background: url(../images/nav/gatherings.gif) no-repeat left top;
	width:  95px;
	margin-right: 5px;
}

#nav a.resources, #nav a.resources_current {
	background: url(../images/nav/resources.gif) no-repeat left top;
	width:  95px;
	margin-right: 5px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/nav/contact.gif) no-repeat left top;
	width: 85px;
}

#nav a.aboutus:hover,#nav a.ministries:hover,#nav a.gatherings:hover,#nav a.resources:hover, #nav a.contact:hover {
	background-position: left -30px}
	
#nav a.aboutus_current, #nav a.ministries_current, #nav a.gatherings_current, #nav a.resources_current, #nav a.contact_current {
	background-position: left -60px}
	
	
	

/* SIDE NAVE -------------------------- */
	

#side_nav {
	margin: 0;
	padding: 0;
}

#side_nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#side_nav li {
	margin: 0;
	padding: 0;
}

#side_nav a {
	display: block;
	width: 208px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #9e9284;
	font: 12px/32px Helvetica, Arial, "Helvetica Neue", sans-serif;
	border-top: 2px dotted #ccc;
	background: url(../images/arrow.gif) no-repeat;
}

#side_nav a:hover, #side_nav a.current {
	color: #802e31;
	background-color: #eddeb8;
	font-weight: bold;
	background-position: left -32px
}

li.sidenav_head {
	height: 28px;
}

p.sidenav_head {
	font-size: 13px;
	text-transform: uppercase;
	color: #9e5214;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
