.ddlargegreen {
	font-size: 16px; 
	font-weight:bold; 
	color: #006600;
	font-family: Helvetica, sans-serif;
}
.ddsmallgreen {
	font-size: 12px; 
	font-weight:bold; 
	color: #006600;
	font-family: Helvetica, sans-serif;
}
.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.ddcolortabs ul{
	font: normal 12px Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;

}
.ddcolortabs a{
	float:left;
	color: white;
	background: #8cb85c url(media/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	font-size: 12pt;
}
.ddcolortabs a span{
	float:left;
	color: white; display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 6px 46px 3px 20px;
	font-size: 12pt; /*This is the font size of the big tabs*/
}
.ddcolortabs a span{float:none;}
.ddcolortabs a:hover{background-color: #006600;}
.ddcolortabs a:hover span{background-color: #006600;}
.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/background-color: #006600;}
.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 2px;
	background: #8cb85c;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:3.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent{
	font: normal 12px Helvetica, sans-serif;
	color : white;
	clear: both;
	width: 100%;
	height: 12px;
	line-height: 12px;
	background: #006600;
	display:none;
	margin:0 2px 0 0;
	padding:4px 2px 7px 2px; /*padding top,right bottom,left......for submenu */
	border-top: 1px solid #fff; 
}
