#ddimagetabs{}

#ddimagetabs a{

text-decoration: none;
font: bold 11px Arial; /*tab font */
color: #124868; /*font color */
width: 87px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
margin-top:0px;
padding-bottom:0px;
background-image:url(bluetab.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;}

#ddimagetabs a:hover, #ddimagetabs a.current{background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */color: black;}

.tabcontent{display:none;}
