#LeftNav h2 {
	padding: 2px 0px 0px 7px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0px;
	font: normal 10pt/18pt trebuchet ms;
}
#LeftNav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#LeftNav li
{ border: 1px solid #CECECE;
  border-right: 2px solid #CECECE; }

#LeftNav li a
{ display: block;
  margin-bottom: 0px;
  border: 0px solid red;
  font: 600 10pt/16pt arial;
  text-decoration: none;
  text-indent: 5px;
  color: #CB9500; }

#LeftNav li a:hover, #LeftNav li a:active
{ background-color: #ECECEC; }

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

/*   For the homepage and new pages that have not been assigned to a section, hide all section menus  */
body#Home #LeftNav ul
{ display: none; }

/*   For all sections under the "New to HC" section, display menu  */
body#New-to-HC #LeftNav ul#New-to-HC
{ display: block; }

/*   For all sections under the "Connected" section, display menu  */
body#Connected #LeftNav ul#Connected
{ display: block; }

/*   For all sections under the "Resources" section, display menu  */
body#Resources #LeftNav ul#Resources
{ display: block; }