body{
	font-family: "ËÎÌå";
	font-size: 12px;
	line-height: 20px;
	color: #5e5e5e;
	margin:0 auto;
	padding:0px;
}

div,p,h3,h2,li,ul,dl,dd,dt,td,table{ margin:0px; padding:0px;}
img{ border:0px; float:left;}
li {

    list-style-type: none;
}
.clear{ clear:both;}

.solidblockmenu{ width:720px; float:left;}
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border-width: 1px 0;
}

.solidblockmenu li{
display: inline;


}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: black url(../images/blockdefault.gif) 0px 18px repeat-x; height:15px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: red url(../images/blockactive.gif) 0px 18px repeat-x;
}
.solidblockmenu li .hover{color: white;
background: red url(../images/blockactive.gif) 0px 18px repeat-x;}

.tabcontainer2{
float:left;
width:100%; /*width of 2nd level sub menus*/
background:none; /*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;
}

.tabcontent2{
display:none;background:none;  width:720px; height:auto;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; z-index:100; position:relative
}