/*BLUE*/

a.squarebutton_blue{
background: transparent url('../images/buttons/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
text-transform:none;
}

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

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

a.squarebutton_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*GRAY*/

a.squarebutton_gray{
background: transparent url('../images/buttons/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
text-transform:none;
}

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

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

a.squarebutton_gray:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_gray:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/*GREEN*/

a.squarebutton_green{
background: transparent url('../images/buttons/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
text-transform:none;
}

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

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

a.squarebutton_green:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_green:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/*ORANGE*/

a.squarebutton_orange{
background: transparent url('../images/buttons/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
text-transform:none;
}

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

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

a.squarebutton_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/*RED*/

a.squarebutton_red{
background: transparent url('../images/buttons/square-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
text-transform:none;
}

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

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

a.squarebutton_red:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_red:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}