a.boldbuttons{
background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial;
line-height: 22px; 
height: 30px; 
padding-left: 8px;
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px;
}

a:hover.boldbuttons{ 
text-decoration: underline;
}


.buttonwrapper{ 
overflow: hidden; 
width: 100%;
}
