.buttonmenu {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 180px;
}

.buttonmenu li a {
	background-color: #fcbd55;
	border-color: transparent;
	color: #b60f2f;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 15.5px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.buttonmenu li a:visited {
	background-color: #fcbd55;
	color: #b60f2f;
	font-size: 15.5px;
	font-weight: bold;
	text-align: center;
}

.buttonmenu li a:hover, .buttonmenu li a:active {
	background-color: #fcbd55;
	color: #6c3454;
	font-size: 15.5px;
	font-weight: bold;
	text-align: center;
}