body {
	font-family: Tahoma;
	background-color: #000062;
	padding: 2em;
	margin: 0;
	
}


a {
	text-decoration: underline;
}

a:link {
	color: #000062;
}

a:visited {
	color: #000062;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
	color: red;

}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #000062;
	width: 52em;
	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;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #ffffff;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 10em;
	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: 10em;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

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;
}




