.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: 12px arial, times new roman, serif;
/* border: 1px solid #625e00; */
/* border-width: 1px 0; */
/* background: black url(media/blockdefault.gif) center center repeat-x; */
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
font: 12px arial, times new roman, serif;
font-weight: bold;
float: left;
color: black;
padding: 0px 0px;
text-decoration: none;
/*  border-right: 1px solid white; */
}

.solidblockmenu li a:visited{
font: 12px arial, times new roman, serif;
font-weight: bold;
float: left;
color: black;
padding: 0px 0px;
text-decoration: none;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
font: 12px arial, times new roman, serif;
font-weight: bold;
float: left;
color: red;
padding: 0px 0px;
text-decoration: none;
/* background: transparent url(media/blockactive.gif) center center repeat-x; */
}


.tabcontainer {
	display: inline;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/* line-height: 16px; */
	text-decoration: none;
	margin-left: 0px;
	clear: left;
	width:95%; /* width of 2nd level sub menus */
	 /* height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering. */
	/* float: none; */
}


*: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;  
   padding: 0px 0px;
   margin-top: 0px; 
}

.tabcontent a:link{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
	margin-left: 6px;
}

.tabcontent a:visited{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
	margin-left: 6px;
}

.tabcontent a:hover{
	color: #FF0000;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
	margin-left: 6px;
}

.tabcontent a:active{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
	margin-left: 6px;
}
