#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; 
color: black; 
width: 73px; 
height: 51px;
float: left;
display: inline;
background-image:url(images/FirstMenuBG.gif); 
background-repeat: no-repeat;
margin-left: 0px; 
padding-top: 0px;
text-align: center;
valign: bottom;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(images/FirstMenuBGa.gif); 
color: black;
}

#tabcontentcontainer{
width:500px;
margin-left:20 
/*height:30px; */
}

.tabcontent{
display:none;
}