.solidblockmenu{
width:25%;
float:left;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.solidblockmenu ul{
margin: 4px 0px;
padding: 3px 0px;
float: left;
font: bold 13px Arial;
width: 100%;
list-style-type:none;

}

.solidblockmenu li{
padding:0px;
margin:0px 0px 5px 0px;
font-size:14px;
width:220px;
height:40px;
}

.solidblockmenu li a{
display:block;
text-decoration: none;
padding: 0px 15px;
line-height:40px;
margin-right: 3px;
background:url(../images/tabbtn_bg.gif) no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
*float:left;
*width:190px;
cursor:pointer;
}

.solidblockmenu li a:visited{
color: #000;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
background:url(../images/tabbtn_hover.gif) no-repeat;
color: #000;
}

.tabcontainer{
display:block;
float:left;
background-color:#fff;
width:695px; /*width of 2nd level sub menus*/
 /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
 min-height:205px;
 margin:0px;
 padding:15px 5px 0px 0px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0em;
}

.tabcontent{
display:none;
}
