/* CSS Document */
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
/*width: 86px;*/ /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 16px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
/*background-image:url(../img/bluetab.jpg);*/ /*URL to tab image */
background-color:#9DD6FF;
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
/*background-image:url(../img/bluetabover.jpg);*/ /*URL to tab image onmouseover */
background-color:#FDFEC9
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

