#LeftNav {
	float: left;
	width: 258px;
	/*padding-top: 45px;*/
	padding-right: 0px;
	/*background: url(images/LeftNavTop.gif) top right no-repeat;*/
	background-color: white;
}
#LeftNav h2 {
	padding: 7px 0px 0px 7px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#LeftNav h2 a {
	color: #731619;
}
#LeftNav ul {
	margin: 0px;
	padding: 0px 2px 7px 25px;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
#LeftNav li {
	display: inline;
	padding-right: 4px;
	line-height: 13px;
	font-size: 11px;
	color: #0000FF;
	border: 0px solid red;
}

/*   Make all section menus disappear and underline section headers  */
#LeftNav ul
{ display: none; }
#LeftNav ul#Popular-Links
{ display: block; }
#LeftNav h2
{ border-bottom: 1px solid #eee; }

/*   For the homepage and new pages that have not been assigned to a section, display all section menus & remove underline  */
body#Home #LeftNav ul
{ display: block; }
body#Home #LeftNav h2
{ border-bottom: 0px solid #eee; }

/*   For all sections under the "Welcome" section, display menu and remove underline from section heading  */
body#Welcome #LeftNav ul#Welcome
{ display: block; }
body#Welcome #LeftNav h2#Welcome
{ border-bottom: 0px solid #eee; }

/*   For all sections under the "About-New-Hope" section, display menu and remove underline from section heading  */
body#About-New-Hope #LeftNav ul#About-New-Hope
{ display: block; }
body#About-New-Hope #LeftNav h2#About-New-Hope
{ border-bottom: 0px solid #eee; }

/*   For all sections under the "ConneXus" section, display menu and remove underline from section heading  */
body#ConneXus #LeftNav ul#ConneXus
{ display: block; }
body#ConneXus #LeftNav h2#ConneXus
{ border-bottom: 0px solid #eee; }

/*   For all sections under the "New-Church" section, display menu and remove underline from section heading  */
body#New-Church #LeftNav ul#New-Church
{ display: block; }
body#New-Church #LeftNav h2#New-Church
{ border-bottom: 0px solid #eee; }

/*   For all sections under the "Resources" section, display menu and remove underline from section heading  */
body#Resources #LeftNav ul#Resources
{ display: block; }
body#Resources #LeftNav h2#Resources
{ border-bottom: 0px solid #eee; }

/*   Use the following below to format section menus  */
/*#LeftNav ul {
	padding: 0px 2px 7px 28px;
	border-bottom: 1px solid #eee;
	margin: 0px;
	list-style-image: url(images/gray-bullet.gif);
}
#LeftNav li {
	display: block;
	padding-right: 4px;
	line-height: 17px;
	font-size: 12px;
}*/