#ddimagetabs
{
    width:100%;
}

#ddimagetabs a
{
    width:100%;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
width:100%;
}

#tabcontentcontainer{
/*width:480px; /*width of 2nd level content*/
height:16px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
line-height:16px;
}

.tabcontent{
display:none;
line-height:16px;
}



A.ChildTab:link {
    color:#1d5bb4;
    text-decoration:    none;
	font-weight: normal;
}
A.ChildTab:visited  {
    color:#1d5bb4;
    text-decoration:    none;
	font-weight: normal;
}
A.ChildTab:hover    {
    color:#898999;
    text-decoration:    none;
	font-weight: normal;
}

.FooterTab
{
    font-size:10px;
    font-weight:normal; 
    text-decoration: none; 
}