#ddimagetabs{
}

#ddimagetabs a{
	text-decoration:	none;
	font:				bold 12px Verdana; /*tab font */
	color:				black; /*font color */
	width:				86px; /*width of tab image */
	height:				22px; /*height of tab image */
	float:				left;
	display:			inline;
	margin-right:		4px; /*spacing between tabs */
	background-image:	url(../images/menu/bluetab.jpg); /*URL to tab image */
	background-repeat:	no-repeat;
	text-align:			center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/menu/bluetabover.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
