ul#buttons {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

ul#buttons li {
	line-height: 30px;
	width: 120px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(../images/button_off.png);
}

ul#buttons li a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #832140;
	background-image: url(../images/button_off.png);
}

ul#buttons li a:hover {
	text-decoration: none;
	color: #832140;
	background-image: url(../images/button_on.png);
}
