﻿a.boldbuttons{
background: transparent url('../images/ButtonGrayLeft2.gif') no-repeat top left;
display: block;
float: left;
font: normal 14px Century Gothic; /* Change 13px as desired */
line-height: 36px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 60px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
margin-left:10px;
width:169px;
}

a.selectedpage 
{
    background-image:url('../images/ButtonBlueLeft2.gif');
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: #333; /*button text color*/
}

a:link.selectedpage, a:visited.selectedpage, a:hover.selectedpage, a:active.selectedpage{
color: #333; /*button text color*/
}


a.boldbuttons span{
background: transparent url('../images/ButtonGrayRight2.gif') no-repeat top right;
display: block;
padding: 12px 8px 12px 2px; /*Set 10px to be equal or greater than 'padding-left' value above*/
}

a.selectedpage span 
{
    background-image: url('../images/ButtonBlueRight2.gif')
}

div.c { border-color:#66CCFF; }
div.c .inner { border-color:#66CCFF; }

.cashforcaulkerspods { background:#6CF url(../images/PodBG-HD.gif) bottom left repeat-x; }
