#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
color: white;
font-size:12px;
background-color:#424242;
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
padding-left: 4px;
padding-top: 4px;
/* background-image:url(../../assets/bluetab.jpg); 
background-repeat: no-repeat; */
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(css_menu_images/menu_bg_yellow.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#F9F3E1;
color:black;
}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:30px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

/* -------- Sub-level choices ------------------ */
#tabcontentcontainer a{
	display: block;
	text-decoration: none;
	color: #cccccc;
	background-color:#6F789E;
	width: 86px;
	height:20px;
	display: inline;
	padding-left: 4px;
	text-align: center;
}

/* Sub-level anchors */
#tabcontentcontainer a:hover, #tabcontentcontainer a.current{
/*
background-image:url(css_menu_images/menu_bg_yellow.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#F9F3E1;
*/
color:white;
}

.tabcontent{
display:none;
padding-top:4px;
height:20px;
background-color:#6F789E;
}
