.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 0px 0;
background: black url(http://www.ischool.vn/images/t_02.gif) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
	background:none;
	padding-left: 0px;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 11px;
cursor:pointer;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li b{

	cursor:pointer;

}
.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(http://www.ischool.vn/images/t_01.gif) center center repeat-x;
}

.tabcontainer{
	width:95%; /*width of 2nd level sub menus*/
}

*: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;
}

.tabcontent TD{
	padding:5px;
}
