.ddcolortabs{
padding: 0;
width: 600px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin:0px;
float:left;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0px;
padding:0;
font-weight:bold;
background: url(../images/normal.gif);
}

.ddcolortabs a .leftSpan {
float:left;
background: url(../images/color_tabs_left.gif) no-repeat left top;
display:block;
}

.tab {
background: url(../images/normal.gif);
float:left;
margin:0 2px 0 0;
}

.tab a:hover {
background: url(../images/over.gif);
}

.SelectedTab {
background: url(../images/selected.gif);
float:left;
margin:0 2px 0 0;
}

.ddcolortabs a{
float:left;
color: white;
/*background: url(../images/color_tabs_left.gif) no-repeat left top; /*culoarea inchisa*/
margin:0 0 0 0;
padding:0 0 1px 0;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a .rightSpan{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
/*background-color: #f3f4ef;*/
color:#000;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #003366;
border-top: 1px solid #3d3d3c; /*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;
}
