div.buttonspacerA {
	clear:both;
	display:block;
	background-image: url(../images/buttons/buttonspacerA.jpg);
	height:37px;
	width:25px;
	float:left;
}

div.buttons {
	display:block;
	background-image: url(../images/buttonspacer.jpg);
	background-repeat:repeat-x;
	height:37px;
	width:780px;
	float:left;	
}

div.buttonspacerB {
	display:block;
	background-image: url(../images/buttons/buttonspacerB.jpg);
	height:37px;
	width:25px;
	float:left;
	
}


.buttons a {
	text-decoration:none;
	font-family:Tahoma;
	color:#8D6F2F;
}
.button {
	display:block;
	width:auto;
	height:28px;
	float:left;
	
}
.button span {
	display:block;
	font-size:14px;
	padding-top:8px;
	text-align:center;

	font-family:Tahoma;
	padding-left:10px;
	padding-right:10px;
}

.button :hover{
	display:block;
	background-image:url(../images/buttons/buttonhover.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:37px;
	float:left;
	color:#FFFFFF;
}
.buttonup{
	color: #ffffff;
	background-image:url(../images/buttons/buttonhover.jpg);
	background-repeat:repeat-x;
	

}
