/*
/* Navigation components for index tables
*/
table#nav3 {
		font-family: Verdana, Arial, sans-serif;
		border-bottom: 0;
		border-left: 0;
		}
table#nav3 td {
		font-family: Arial, sans-serif;
		font-size: 16px;
		text-align: left;
		text-indent: 5px;
		padding: 0;
		border-right: 0;
		border-top: 0;
		line-height: 25px;
		}
table#nav3 td a {
		font-weight: normal;
		text-decoration: none;
		display: block;
		margin: 0;
		padding: 0;
		}
table.alpha {
		margin-left: 5px;
		}
#nav3 td.alpha a:link {
		background: transparent url(../images/navbgpat.gif) repeat; 
		color: darkgreen;
		width: 100%;
		}
#nav3 td.alpha a:hover {
		background: #FF99FF; /* Pink */
		color: #FF99FF;
		}
#nav3 td.alpha a:visited {
		background: transparent url(../images/navbgpat.gif) repeat; 
		display: block;
		color: darkgreen;
		margin: 0;
		width: 100%;
		}
#nav3 td.item a:hover {
		background: #FF99FF; /* Pink */
		color: darkgreen;
		}
#nav3 td a:visited {
		color: darkgreen;
		}
#nav3 p {
		margin-bottom: 0em;
		}
.hidetop {color: #99FF00}
/* 
/* Nav4 is used for the alphabet index lines at top and bottom of the item index page 
*/
#nav4 a {
		font-weight: normal;
		text-decoration: none;
		color: darkgreen;
		}
#nav4 a:hover {
		background: #FF99FF; /* Pink */
		color: darkgreen;
		}

