.menu {
	background-color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	width: 125px;
	border: outset;
	color: White;
	display: inline;
	position: absolute;
	top: 105px;
	text-align: center;
}

.menu a {
	background-color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.menu a:hover {
	background-color: White;
	color: Navy;
	text-decoration: underline;
}

div.submenu {
	visibility: hidden;
	background-color: Navy;
	color: White;
	width: 125px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	border-left-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-style: none;
}

div.submenu a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	background-color: Navy;
	color: White;
	text-align: left;
}

div.submenu a:hover {
/*	background-color: White;  */
/*	color: Navy;  */
	text-decoration: underline;
}

