﻿a.ovalbutton{
    background: transparent url('../Images/SubNav/btn_left5.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 11px Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 32px; /* Height of button background height */
    padding-left: 3px; /* Width of left menu image */ 
    text-decoration: none; 
    text-align:center;
    outline: none;
}


a.ovalbuttonon{
    background: transparent url('../Images/SubNav/btn_left5.gif') no-repeat bottom left;
    display: block;
    float: left;
    font: bold 11px Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 32px; /* Height of button background height */
    padding-left: 3px; /* Width of left menu image */ 
    text-decoration: none; 
    text-align:center;
    outline: none; cursor:default;
}

a.ovalbuttonon span{
    background: transparent url('../Images/SubNav/btn_right5.gif') no-repeat bottom right;
    display: block;
    padding: 4px 17px 4px 13px; /*Left and right = padding from ends. For left padding, subtract width of left menu image*/
    color: white; cursor:default;
}




/*button text color, off state*/
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
    color: #000000; 
}

a.ovalbutton span{
    background: transparent url('../Images/SubNav/btn_right5.gif') no-repeat top right;
    display: block;
    padding: 4px 17px 4px 13px; /*Left and right = padding from ends. For left padding, subtract width of left menu image*/ 
}

a.ovalbutton:hover{ /* Hover state CSS */
    background-position: bottom left;
}

/* Hover state CSS */
a.ovalbutton:hover span{ 
    background-position: bottom right;
    color: white;
}

.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%;
    padding-left:15px;
}
