body {	font-family: Lucida Bright;	background-color: #008080;	padding: 2em;	margin: 0;	}#font1 {	color: #000000;font-family: Lucida Bright;}#font2 {	color: #008080;font-family: Lucida Bright;}#font3 {	color: #000000;font-family: Lucida Bright;}a {	text-decoration: underline;}a:link {	color: #000000;}a:visited {	color: #000000;}a:active {	color: #008080;}a:hover {	text-decoration: underline;	color: #008080;}ul {	list-style: none;	padding: 0;	margin: 0;	background-color: #ffffff;	width: 42em;	font-size: 12pt;	color: #000000;	font-weight: bold;}#nav a {	font-weight: bold;	color: #000000;}#nav a {	text-decoration: none;}#nav a:hover {	text-decoration: underline;}#nav li li a {	display: block;	font-weight: normal;	color: #000000;	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: 10em;	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: 12pt;	font-weight: normal;	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;}
