.solidblockmenu ul{
float: left;
width: 756px;
height: 31px;
margin: 0;
padding: 0;
font: bold 12px Arial;
margin-left:10px;
margin-top:10px;
background: white url(media/blockdefault.gif) center center repeat-x;
text-align: center;
}

.solidblockmenu li{
display: inline-block;
_display: inline;
}

.solidblockmenu li a{
display: inline-block;
_display: inline;
/*width: 106px;*/
color: #5e5e5e;
padding: 7px 20px;
text-align: center;
text-decoration: none;
border-right: 1px solid #cfe5eb;
/*border-left: 1px solid #cfe5eb;*/
border-top: 1px solid #E6F4F8;
border-bottom: 1px solid #E6F4F8;
}

.solidblockmenu li a.last{
border-right: none;
}

.solidblockmenu li a:visited{
color: #5e5e5e;
}

.solidblockmenu li a:hover, .solidblockmenu li a:active, .solidblockmenu li a.current{
color: #28599c;
background: transparent url(media/blockactive.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}


.solidblockmenu2 ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
margin-left:10px;
margin-top:10px;

background: white url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: left;
color: #5e5e5e;
padding: 7px 45px;
text-decoration: none;
border-right: 1px solid #E6F4F8;
border-left: 1px solid #cfe5eb;
border-top: 1px solid #E6F4F8;
border-bottom: 1px solid #E6F4F8;
}

.solidblockmenu2 li a.last{
float: left;
color: #5e5e5e;
padding-top:7px;
padding-bottom:7px;
padding-left:45px;
padding-right:45px;

text-decoration: none;
border-right: 1px solid #E6F4F8;
border-left: 1px solid #cfe5eb;
border-top: 1px solid #E6F4F8;
border-bottom: 1px solid #E6F4F8;
}


.solidblockmenu2 li a:visited{
color: #5e5e5e;
}

.solidblockmenu2 li a:hover, .solidblockmenu2 li a:active, .solidblockmenu2 li a.current{
color: #28599c;
background: transparent url(media/blockactive.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}



.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;
}





