#menubuttons {
	width: 200px ;
	text-align: Left ;
}
#menubuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
#menubuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style-type: none ;
	font-family: Constantia ;
}
#menubuttons li a {
	color: Yellow;
	background-color: #CC0000 ;
	border: 2px outset Yellow ;
	width: 200px ;
	text-decoration: none ;
	display: block ;
}
#menubuttons li a:hover {
	color: #CC0000 ;
	background-color: Yellow ;
}
