.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
/*font: bold 13px Arial;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
letter-spacing: 2px;
width: 100%;
border: 1px solid #344356;
border-width: 1px 0;
background: #344356 url(../../images/blockdefault.gif) center center repeat-x;
text-align:center;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 9px;
text-decoration: none;
border-right: 1px solid #344356;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../../images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
/*width: 100%; /*width of 2nd level sub menus*/
height:1.6em; /* 1.5em height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#ffffff;
padding: 5px 0px 2px 16px;
border-left: 1px solid #c3c3c3;
border-right: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
/*margin-top: -1.2em;  was-1em */
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
/*margin-top: -1.2em;  was-1em */
}

.tabcontent{
display:none;
width: 100%;
font-family:"Trebuchet MS";
font-size:11px;
letter-spacing: 2px;
}

.tabcontent a:link{color:#14406f;text-decoration:none; font-weight: normal; font-family:"Trebuchet MS"; font-size: 11px;letter-spacing: 2px;}
.tabcontent a:visited{color:#14406f;text-decoration:none; font-weight: normal; font-family:"Trebuchet MS"; font-size: 11px;letter-spacing: 2px;}
.tabcontent a:hover{color:#5287c0;text-decoration: none; font-weight: normal; font-family:"Trebuchet MS"; font-size: 11px;letter-spacing: 2px;}
.tabcontent a:active{color:#14406f;text-decoration: none; font-weight: normal; font-family:"Trebuchet MS"; font-size: 11px;letter-spacing: 2px;}
