.solidblockmenu ul{
margin:0;
padding:0;
float: left;
font: 12px arial,tahoma,verdana;
width: 100%;
background: #6C6C6C url(../images/blockdefault.gif) center repeat;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
font-family:Arial,tahoma,Verdana;
font-size:12px;
float: left;
width: 136px;
color: #a3a3a3;
padding: 11px 13px 11px 12px;
text-decoration: none;
border-right: 1px solid #a5a5a5;
border-bottom: 1px solid #a7b2bd;
/*background: url("../images/ico-favor.png") no-repeat;*/
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
font-family:Arial,tahoma,Verdana;
font-size:13px;
color: #ffffff;
width: 139px;
height: 14px;
padding: 11px 13px 11px 12px;
font-weight: bold;
background: #899aac;/* url("../images/ico-favor-yellow.png") no-repeat;*/
border-bottom: 1px solid #899aac;
border-top: 1px solid #a7b2bd;
}

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

/*............*/

.tabcontainer{
background: #f5f6f6 url("../images/bgTabIndex.gif") repeat;
padding-top: 20px;
color: #ffffff;
clear: left;
width: 100%; /*width of 2nd level sub menus*/
height: 290px;
}

*: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;
margin: 0px 11px 11px 13px;
}