
#btn-round-yellow, #btn-yellow, #btn-green
{
    width: 100%;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

#btn-round-yellow a, #btn-yellow a, #btn-green a
{
    font-family: "Helvetica Light" , Helvetica, Verdana;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;

    height: 26px;
    display: block;
    line-height: 26px;
}

#btn-round-yellow a
{
    font-size: small;
    width: 26px;
    color: #FFFFFF;
}

#btn-yellow a
{
    width: 110px;
    color: #FFFFFF;
}

#btn-green a
{
    width: 110px;
    color: #3E6C28;
}

/* round-yellow Selected and Hover */
#btn-round-yellow a:hover span, #btn-yellow a:hover span, #btn-green a:hover span
{
    background-position: 100% -26px;
}

/* round-yellow Items */
#btn-round-yellow a span, #btn-yellow a span, #btn-green a span
{
    display: block;
    padding: 0px 0px 0px 0px; /* For centering */
    font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#btn-round-yellow a span, #btn-yellow a span, #btn-green a span
{
    float: none;
}
/* End IE5-Mac hack */

#btn-round-yellow a span
{
    background: url( "../images/structure/buttons/round-yellow-both.gif" ) no-repeat right top;
}

#btn-yellow a span
{
    background: url( "../images/structure/buttons/yellow-both.gif" ) no-repeat right top;
}

#btn-green a span
{
    background: url( "../images/structure/buttons/green-both.gif" ) no-repeat right top;
}
