
#ddimagetabs{

}

#ddimagetabs a{
	font-family:Georgia, "Times New Roman", Times, Roman, serif;
	font-size:14px;
	/* color:#760B0B; */
	color:white;
	background-color:#999999;
	display: block;
	text-decoration: none;
	width: 120px;
	height: 22px;
	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;
}
/* -------- Sub-level choices ------------------ */
#tabcontentcontainer{
	width:580px; /*width of 2nd level content*/
	height:25px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	
	background-color:#666666;
}


#tabcontentcontainer a{
	display: block;
	text-decoration: none;
	font-size:12px;
	color:white;
	width: 100px;
	height:30px;
	display: inline;
	padding:5px;
	text-align: center;
}

/* Sub-level anchors */
#tabcontentcontainer a:hover, #tabcontentcontainer a.current{
	background-color:#ABB5AB;
	color:white;
	
}

.tabcontent{
	display:none;
	padding-top:4px;
	height:20px;
	width:100%;
	/* background-color:#cccccc; */
}
