.button {
	background-image: url(../images/Button-Beveled_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
.button li {
	background-image: url(../images/Button-Beveled_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	padding-top: 5px;
	list-style-type: none;
	margin: 0px;
}
.button li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}
.button li a:hover {
	color: #ff3300;
}

