
#ddimagetabs
{
	height: 31px; /*height of tab image */
}

#ddimagetabs a
{
cursor: pointer;
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: #929394; /*font color */
width: 105px; /*width of tab image */
height: 36px; /*height of tab image */
float: left;
display: inline;
margin-left: 1px; /*spacing between tabs */
padding-top: 8px; /*vertical offset of tab text from top of tab*/
background-image:url(../images/Menu_Off.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/Menu_On.gif); /*URL to tab image onmouseover */
color: #0a0044;
}

#tabcontentcontainer{
width:200px; /*width of 2nd level content*/
/*height:22px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
