.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
background: white url(http://www.turk.net/images/tabimages/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #134C83;
padding: 8px 4px;
text-decoration: none;
border-right: 1px solid #CCDCE8;
}

.solidblockmenu li a:visited{
color: #134C83;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color:#ffffff;
font-color:#ffffff;
background: transparent url(http://www.turk.net/images/tabimages/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:15px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top:4px;
padding-bottom:4px;
}

/*: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{
color:#134C83;
font:11px Arial;
display:none;
}
.tabcontent a{color:#134C83; 
text-decoration:none;
font:11px Arial;
}
.tabcontent a:hover {color:#134C83; 
text-decoration:underline;
font:11px Arial;
}