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