#menu {
	color: black;
	background-color: #dbe1ea;
	text-align:center;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #f4a460;
	margin: 0px auto;
}

#menu table {
	width: 750px; 
	margin: 0px auto;
	text-align: center;
}

#menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
        }

#menu ul li {
	display: inline;
   padding-left: 10px;
   padding-right: 10px;
        }

#menu a {
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

#menu a:visited {
	color: fuchsia;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:active {
   color: #00ff00;
	background-color: inherit;
	text-decoration: none;
        }
        
#menu a:hover {
	color: red;
	background-color: inherit;
	text-decoration: underline;
}
