#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding: 0px;
	text-decoration: none;

}

#nav li.on a {
	font-weight: bold;

}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of bolding
      on subnav of active topic */
  border: 0;
  font-weight: normal;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}
#nav a:hover {text-decoration: underline overline;}
#content a:hover {
	color: #006600;
	text-decoration: underline overline;
	background-color: #CCCCCC;

}
#content a:link, a:visited {
	color: #008A00;
	font-weight: bold;
	text-decoration: none;


}

