#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
width: 130px; /*width of tab image */
height: 40px; /*height of tab image */
float: left;
display: inline;
margin-left: 6px; /*spacing between tabs */
padding-top: 12px; /*vertical offset of tab text from top of tab*/
background-image:url(../lib/yellowtag.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../lib/yellowtabover.gif); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
  position:absolute; 
  top:5; 
  left:500; 
width:120px; /*width of 2nd level content*/
height:80px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
display: inline;
}

.tabcontent{
display:none;
}

