.menuframe {
  background-color: #293A94;
  font-size: 0px;
  line-height: 0px;
  padding-bottom: 0px;
}
.menu {
	background-color:#293A94;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC9A4D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC9A4D;
	padding: 3px;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menuselected {
	background-color: #BC9A4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC9A4D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC9A4D;
	padding: 3px;
}
