.ddcolortabs{ padding: 0;  width: 100%; background: transparent; z-index:1; }
.ddcolortabs ul { font: bold 11px Arial;  margin:0; padding:0; list-style:none; }
.ddcolortabs li { display:inline; margin:0 2px 0 0; padding:0; }
.ddcolortabs a { float:left; color: #424242; background: #D8D8D8 url(../gfx/white/dd/color_tabs_left.gif) no-repeat left top; margin:0 2px 0 0; padding:0 0 1px 3px; text-decoration:none; }
.ddcolortabs a span { float:left; display:block; background: transparent url(../gfx/white/dd/color_tabs_right.gif) no-repeat right top; padding: 6px 8px 3px 7px; }
.ddcolortabs a span{ float:none; }
.ddcolortabs a:hover{ background-color: #E0ECF8; color:#F78F1E; }
.ddcolortabs a:hover span{ background-color: #E0ECF8; color:#F78F1E; }
.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/ background-color: #E0ECF8; }

.ddcolortabsline { clear: both; padding: 0; margin-top:2px; width: 98%; height: 12px; line-height: 8px; border-top: 1px dotted #848484; /*Remove this to remove border between bar and tabs*/ }

.tabcontainer{ clear: left; width:95%; /*width of 2nd level sub menus*/ height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/ }
.tabcontent{ display:none; }
.tabcontent ul { list-style-image:url('../gfx/white/bullet.gif'); }
.tabcontent a { color:#033669; text-decoration:none; }
.tabcontent a:hover { color:#F78F1E; text-decoration:none; }