#ddtabs2{ float:left;}
.tabcontainer a:hover{color:#F4B005; text-decoration:none;}
.tabcontainer a {color:#999B9C;}

.tabcontainer
{
clear: left;
width:660px; /*width of 2nd level sub menus*/
height:15px;/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-top:5px;
display:inline;
float:left;
}

.tabcontent
{
display:none;
font-size:11px;
}