#menutop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B62A2E;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	margin-top: 20px;
}
#menutop a {
	color: #B83031;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 7px;
}
#menutop a:hover {
	color:#AEAEAE;
}
 
