

#menubuttons {
	width: 180px ;
	text-align: center ;
}
#menubuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#menubuttons li {
	margin: 2 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif ;
}
#menubuttons li a {
	color: #ffffff ;
	background-color: #0083C1 ;
	border: 2px outset #330000 ;
	width: 153px ;
	text-decoration: none ;
	display: block ;
}
#menubuttons li a:hover {
	color: #039 ;
	background-color: #FC3 ;
	text-decoration: blink ;
}
