.solidblockmenu ul{
margin: 0;
padding: 0;
padding-left:10px;
float: left;
font: bold 13px Arial;
width: 100%;
border-width: 0px 0;
height:35px;
}

.solidblockmenu li{
display: inline;
}

.menu{
	background-image:url(../images/template1/menu-arka-plan.png);
	height:74px;
	width:976px;
	background-repeat: no-repeat;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 7px 11px;
text-decoration: none;

font: bold 13px Arial;
}

.solidblockmenu li a:visited{
color: white;

font: bold 13px Arial;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #09f;
	font: bold 13px Arial;
	background: transparent url(../images/menuback.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
padding-top:7px;
padding-left:20px;
padding-left:20px;
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;
}

