.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
position:relative;
z-index:20;
}

.ddcolortabs ul{
font: normal 10px  Verdana;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
float:right;
position:relative;
z-index:30;
}


.ddcolortabs a{
float:left;
color: #333333;
margin:0;
padding:0;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
color:#333333;
text-decoration:none;
border-bottom: none;
margin-right:0px;
font-size:1.1em;
}
.ddcolortabs a span.tap_th{
float:none;
color:#333333;
text-decoration:none;
border-bottom: none;
margin-right:0px;
font-size:1.4em;
}

.ddcolortabs a:hover{
text-decoration:none;
}

.ddcolortabs a:hover span{
text-decoration:none;
}

.ddcolortabs a.current{ /*currently selected tab*/
border-top:none;
border-left:none;
border-right:none;
color:#050B69;
text-decoration: none;
background:url(/images/bg_tap.gif) no-repeat center bottom;
height:34px;
}
.ddcolortabs a.current span{ /*currently selected tab*/
border-top:none;
border-left:none;
border-right:none;
color:#050B69;
text-decoration: none;
height:34px;
font-size:1.1em;
}
.ddcolortabs a.current span.tap_th{ /*currently selected tab*/
border-top:none;
border-left:none;
border-right:none;
color:#050B69;
text-decoration: none;
height:34px;
font-size:1.4em;
}

.ddcolortabsline{
border-top:1px solid #999999;
margin-top:-27px;
width: 100%;
height: 2px;
line-height: 8px;
padding:0;
 /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:210px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer2{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:450px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer3{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1080px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer4{
clear: left;
width:100%; /*width of 2nd level sub menus*/
/*height:800px; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
min-height:126px;
  height:auto !important;/*hack IE6*/
  height:126px;/*hack IE6*/
  /*background:url(/images/box_body.jpg) repeat-y 0 -9px;*/
}

.tabcontent{
display:none;

}

