.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
background:url(blockdefault.gif) center center repeat-x;
}
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;

}

.solidblockmenu li{
display: inline;
background:url(line_space.gif) right center no-repeat;
float:left;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 7px;
text-decoration: none;
background:url(blockdefault.gif) center center repeat-x;
margin-right:2px;

}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}

.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.*/
margin-top:5px; 
width:980px;
}

*: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;
margin-top:5px; width:980px;
}

.tabcontent{
display:none;
}
.tabcontent ul {
	display:inline;
}
.tabcontent ul li{
	display:inline;
	margin-top:8px;
	
}
.tabcontent ul li a{
	 color:#FF0000;
	 background:url(bulet_01.gif) left center no-repeat;
	
	 padding-left:8px;
	 padding-right:5px;
}
.tabcontent ul li a:hover{
	 color:#024d99;

}