a.squarebutton{
background: transparent url('../Buttons/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; 
line-height: 15px; 
height: 25px; 
/*width: 120px;*/
padding-left: 9px; 
text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; 
text-decoration: none;
}

a.squarebutton span{
background: transparent url('../Buttons/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; 
}

a.squarebutton:hover{ 
background-position: bottom left;
}

a.squarebutton:hover span{ 
background-position: bottom right;
color: #5A5A5A;
}

.buttonwrapper{
overflow: hidden; 
width: 100%;
}

