.solidblockmenu ul{
margin: 0;
padding: 0;
white-space: nowrap;
float: left;
font: bold 13px Tahoma;
width: 100%;


background: #4FA3E4 url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
font: bold 11px Tahoma;
}

.solidblockmenu li a{
float: left;
color: white;
font: bold 11px Tahoma;
padding: 3px 3px;
text-decoration: none;
border-right: 1px dotted white;
}

.solidblockmenu li a:visited{
color: white;
font: bold 11px Tahoma;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #0083d2;
font: bold 11px Tahoma;
background: transparent url(blockactive.gif) center center repeat-x;
}

.tabcontainer{
background-color: #caebff;
clear: left; /*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.*/
}

*: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;
	color: #0083d2;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
	background-color: #caebff;
	height: 15px;
	font: bold 9px tahoma;
	

}

.tabcontent a{
	color: #0083d2;
	
}

.tabcontent a:link{
	color: #0083d2;
	
}

.tabcontent a:visited{
	color: #0083d2;
	
}
