#block	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 1020px;
	z-index: 890;
	background-color: #020204;
}
#navbg	{
	position: absolute;
	top: 10px;
	left: 0px;
	height: 30px;
	width: 1020px;
	z-index: 900;
	background-color: #000000;
	border: solid 2px #ffffff;
}
#nav	{
	position: relative;
	top: 8px;
	left: 5px;
	width: 1010px;
	text-align: center;
	z-index: 910;
}
#inactive	{
	color: #616161;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#subinactive	{
	color: #adbdce;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#subnavbg	{
	height: 25px;
	width: 700px;
	z-index: 900;
	background-color: #011b46;
}
#subnav	{
	position: relative;
	top: 5px;
	left: 5px;
	width: 690px;
	text-align: center;
	z-index: 910;
}
a.menu:link, a.menu:visited, a.menu:active	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover	{
	color: #459ff4;
	text-decoration: none;
	font-weight: bold;
}


