body {	font-family: Tahoma;	background-color: #003399;	padding: 2em;	margin: 0;	}a {	text-decoration: underline;}a:link {	color: #003399;}a:visited {	color: #003399;}a:active {	color: #B52121;}a:hover {	text-decoration: underline;	color: #B52121;}ul {	list-style: none;	padding: 0;	margin: 0;	background-color: #003399;	width: 800px;	font-size: 10pt;}#nav a {	font-weight: bold;	color: white;}#nav a {	text-decoration: none;}#nav a:hover {	text-decoration: underline;}#nav li li a {	display: block;	font-weight: normal;	color: #ffffff;	padding: 0.2em 10px;	font-size: 10pt;}li {	float: left;	position: relative;	width: 180px;	text-align: center;	cursor: default;	border: 1px solid #ffffff;	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: 180px;	font-weight: normal;	padding: 0.5em 0 1em 0;	border: 1px solid #ffffff;	border-width: 1px 0;	border-right: solid 1px #ffffff;	border-left: solid 1px #ffffff;	border-bottom: solid 2px #ffffff;	border-top: solid 0px #ffffff;}li>ul {	top: auto;	left: auto;}li li {	display: block;	float: none;	background-color: transparent;	border: 0;	text-align: center;	}li:hover ul, li.over ul {	display: block;}hr {	display: none;}h1 {	font-size: 16pt;}h2 {	font-size: 10pt;} 

