.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
font-family:Verdana;
}

.ddcolortabs ul{
font: normal 13px  Verdana;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a
{
padding-top:10px;
float:left;
color: white;
background: #6EBCE6 url(media/tab.gif) no-repeat left top;
text-decoration:none;
width:90px;
height:23px;
text-align:center;
margin-right:3px;
}





.ddcolortabs a:hover{
background-color: #127FC4;
color:White;
}


.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #127FC4;
}

.ddcolortabsline
{
background-color:#127FC4;
height:20px;
color:White;
clear: both;
padding: 0px;
width: 100%;
line-height:18px;
font-size:10pt;
font-family:Verdana;
padding:2px 2px 2px 2px;
}

.ddcolortabsline a
{
color:White;
font-size:10pt;
font-family:Verdana;
text-decoration:none;
margin-left:35px;
}

.ddcolortabsline a:hover
{
margin-left:35px;
color:#F0A9A1;
font-size:10pt;
font-family:Verdana;
}

.tabcontainer
{
text-align:left;
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;
text-align:left;
}