#nav ul {
	background: url(../images/layout/nav.png) left top;
	height: 43px;
	width: 608px;
	margin: 36px -25px 0 35px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	height: 43px;
	float: left;
}

#nav ul a {
	height: 43px;
	display: block;
	text-indent: -30000px;
	outline: none;
}

#nav ul a.nav-active, #nav ul a:hover {
	background-image: url(../images/layout/nav.png);
}

#nav #link_home {
	width: 58px;
}

#nav #link_home a.nav-active, #nav #link_home a:hover {
	background-position: 0 -43px;
}

#nav #link_about {
	width: 80px;
}

#nav #link_about a.nav-active,  #nav #link_about a:hover {
	background-position: -58px -43px;
}

#nav #link_newsevents {
	width: 114px;
}

#nav #link_newsevents a.nav-active, #nav #link_newsevents a:hover {
	background-position: -138px -43px;
}

#nav #link_getconnected {
	width: 112px;
}

#nav #link_getconnected a.nav-active, #nav #link_getconnected a:hover {
	background-position: -252px -43px;
}

#nav #link_worship {
	width: 75px;
}

#nav #link_worship a.nav-active, #nav #link_worship a:hover {
	background-position: -364px -43px;
}

#nav #link_ministries {
	width: 83px;
}

#nav #link_ministries a.nav-active, #nav #link_ministries a:hover {
	background-position: -439px -43px;
}

#nav #link_resources {
	width: 86px;
}

#nav #link_resources a.nav-active, #nav #link_resources a:hover {
	background-position: -522px -43px;
}

.blogbox {
	margin-bottom: 30px;
}

.blogbox ul {
	margin: 5px 0 0 30px;
}

.blogbox a {
	color: #525140;
}

.blogbox a:hover {
	color: #FB982E;
}

.blogbox .rss {
	display: block;
	padding-left: 25px;
	margin-left: 5px;
	line-height: 20px;
	background: url(/_media/images/layout/rss.png) no-repeat left center;
}

/* My Comment */