﻿

a.boldbuttons
{
    background: transparent url('Images/roundedge-green-left.gif') no-repeat top left;
    display: block;
    float: left;
 
    line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
   
    padding-left: 8px; /* Width of left menu image */
    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-green-right.gif') no-repeat top right;
    display: block;
    padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons
{
    /* Hover state CSS */
    text-decoration: underline;
}


.buttonwrapper{ 
overflow: hidden; 
width: 100%;
}
