

#topNav {
	margin-left: 20px;
	padding-bottom: 3px;
	}
#topNav a, #topNav a:link, #topNav a:active, #topNav a:visited {
	font: 12px verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-right: 20px;
	text-decoration: none;
	}

#topNav a:hover {
	color: #aa00aa;
	}

#topnav tr {
	background-color: #ffffff;
	height: 20px;
}


#Credits a, #Credits a:link, #Credits a:active, #Credits a:visited {
	font: 9px tahoma;
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	}
#Credits {
	font: 9px tahoma;
	color: #fff;
	font-weight: bold;
	}
	
/* Bottom Nav */
/* Much thanks to Michael Barrish who invented this css code */
/* and Listamatic, the site that brought it to my attention  */
/* http://css.maxdesign.com.au/index.htm */

#navcontainer
{
/*
margin: 0 auto;
overflow: hidden;
width: 799px;
*/
}

#navlist
{
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: center;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}