.ndca_dhtml ul{
margin: 0px;
padding: 0;
float: left;
font: bold 12px Verdana;
width: 960px;
background: url(../images/bg_btn_repeat.gif) center center repeat-x;
}

.ndca_dhtml li{
display: inline;
}

.ndca_dhtml li a{
float: left;
color: white;
padding: 7px 11px;
text-decoration: none;
border-right: 2px solid #315b92;
}

.ndca_dhtml li a:visited{
color: white;
}

.ndca_dhtml li a:hover, .ndca_dhtml li a.current{
color: #2c2c2c;
background: #fff;
}

.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.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}