
ul.listsubnav {
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
  width:188px; /* fix the width of the list items which
               would default to 100% */
}
ul.listsubnav a, ul.listsubnav a:visited, ul.listsubnav a:active {
  text-decoration:none; /* remove the default underline from
                           the links */
  display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
  width:188px; /*set the width to be the same as the ul width */
  text-indent:5px; /* move the link text 5px to the right */
  background:#3E4753; /* make the background color dark blue-gray */
  color:#C8CCD1; /* make the text color light gray */
  border-bottom:1px solid #9AA4A9; /* separate the links with a 1px wide white line */
  padding-bottom: 4px;
  padding-top: 4px;
  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;
}

ul.listsubnav a:hover {
  color:#3E4753; /* make the text color dark blue-gray on :hover */
  text-decoration:none;
  /*background-image:url(images/buttongradient.jpg);*/
  background:#C8CCD1;  change the background to light gray on :hover
  
}


.tablesubnav {
	border-style: solid; border-color: #9AA4A9; border-width: 1px;
	background-image:url(images/buttongradient.jpg);
	font-family:"Times New Roman", Times, serif; font-style:italic; font-size: 16px; 
	color: #3D475B; /*color: #7BA632;*/
	padding-bottom: 4px; padding-top: 4px; padding-right: 5px; padding-left: 4px;
}

.tablepicture {
	border-style: solid; border-color: #9AA4A9; border-width: 1px;
	background-image:url(images/buttongradient.jpg);
	padding-bottom: 3px; padding-top: 3px; padding-right: 3px; padding-left: 3px; border-top-width: 0px;
}
