.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	color: white;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 26px;
	padding-bottom: 13px;
	padding-left: 26px;
	float: left;
	margin-left: 6px;
}

.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover,.solidblockmenu li a.current {
color: black;
background-image: url(../ddtabmenufiles/media/blockactive.gif);
background-repeat: repeat-x;
background-position: center center;
}


.tabcontainer{
	clear: left;
	width:942px; /*width of 2nd level sub menus*/
	height:1.5em;
}

*: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;
}

