a.squarebutton{
	background: transparent url('images/nav_02.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 17px Georgia, "Times New Roman", Times, serif; /* Change 12px as desired */
	line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 32px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

a.squarebutton span{
background: transparent url('images/nav_01.png') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-align: center;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FF9;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	margin: auto;
	width: 900px;
	overflow: hidden;
}


a.squarebutton2{
	background: transparent url('images/nav_02-left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 17px Georgia, "Times New Roman", Times, serif; /* Change 12px as desired */
	line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 32px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #FFF; /*button text color*/
}

a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2{
	color: #FFF; /*button text color*/
}

a.squarebutton2 span{
background: transparent url('images/nav_01-2.png') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton2:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-align: center;
}

a.squarebutton2:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FF9;
}
