body {	font-family: California FB;	background-color: #003366;	padding: 2em;	margin: 0;	}#font1 {	color: #003366;font-family: California FB;}#font2 {	color: #990000;font-family: California FB;}#font3 {	color: #000000;font-family: Arial;}a {	text-decoration: underline;}a:link {	color: #003366;}a:visited {	color: #003366;}a:active {	color: #990000;}a:hover {	text-decoration: underline;	color: #990000;}ul {	list-style: none;	padding: 0;	margin: 0;	background-color: #cccc99;	width: 50em;	font-size: 10pt;	color: #003366;}#nav a {	font-weight: bold;	color: #003366;}#nav a {	text-decoration: none;}#nav a:hover {	text-decoration: underline;}#nav li li a {	display: block;	font-weight: normal;	color: #003366;	padding: 0.2em 10px;}#nav li li a:hover {	padding: 0.2em 5px;	border: 5px solid #000000;	border-width: 0 5px;}li {	float: left;	position: relative;	width: 12em;	text-align: center;	cursor: default;	border: 1px solid #000000;	border-width: 1px 0;	}li#first {	border-left-width: 1px;}li#last {	border-right-width: 1px;	border-left-width: 1px;}li#nor {	border-left-width: 1px;}li ul {	display: none;	position: absolute;	top: 100%;	left: 0;	width: 10em;	font-size: 10pt;	font-weight: bold;	padding: 0.5em 0 1em 0;	border-right: solid 1px #000000;	border-left: solid 1px #000000;	border-bottom: solid 1px #000000;	border-top: solid 1px #000000;}li>ul {	top: auto;	left: auto;}li li {	display: block;	float: none;	background-color: transparent;	border: 0;}li:hover ul, li.over ul {	display: block;}hr {	display: none;} 