
#ddimagetabs {
	color: #CCCCCC; 
}

#ddimagetabs a {
	display: block;
	text-decoration: none; /*tab font */
	color: #FFFFFF; /*font color */
	width: 88px; /*width of tab image */
	height: 22px;
	display: inline;
	margin-left: 2px; /*vertical offset of tab text from top of tab*/
	background-image:url(bluetab.jpg); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold;
}

#ddimagetabs a:hover, #ddimagetabs a.current, #ddimagetabs a:linked {
background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
color: #FFFFFF; 
}

#tabcontentcontainer {
	width:722px; /*width of 2nd level content*/
	height:18px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	text-align: right;
	padding: 4px 0;
}

.tabcontent {
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; font-weight:normal
}
.tabcontent a:link, .tabcontent a:visited, .tabcontent a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.tabcontent a:hover {
	color: #6699CC;
	text-decoration: none;
}
