#Menu {
	height: 25px;
	border-top: 1px solid white;
	list-style-type: none;
	padding-top: 10px;
	background-color: #005187;
}

#Menu a {
	display: block;
	float: left;
	padding: 0px 6px 0px 6px;
	font-family: verdana;
	list-style-type: none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#Menu a:hover {
	color: #ee9c00
}