<style>
body
{
 text-align:center;
}
.tab
{
 width:100%;
 height:55%;
 margin:0 auto;
 overflow:hidden;
 border:1px solid #cccccc;
 margin-top:10px;
}
.menu,.menu li{
	margin:0;
	padding:0;
	height:24px;
	list-style:none;
	overflow:auto;
	text-align:center;}
	
.menu li{ margin-top:12px;}
.menu
{
 border-bottom:1px solid #cccccc;
 height:36px;
 background-color:#2f8c61;
}
.menu .default
{
 width:89px;
 float:left;
 font-size:9pt;
 height:26px;
 line-height:2;
 margin-left:2px;
 cursor:pointer; 
 color:#ffffff;
 background-image: url(../../images/bgdefault.gif);
	background-repeat: no-repeat;
}
.menu .active
{
	width:89px;
	float:left;
	font-size:9pt;
	height:26px;
	line-height:2;
	margin-left:1px;
	cursor:pointer;
	color:#333333;
	background-image: url(../../images/bgactive.gif);
	background-repeat: no-repeat;
}
#more
{
 width:76px;
 float:left;
 font-size:10pt;
 line-height:1.5;
 margin-left:1px;
 cursor:pointer; 
 color:#FF0000;
 font-weight:normal;
 text-align:right
}
.con
{
	width:100%;
	height:90%;
	margin:0 auto;
	overflow: auto;
	padding:5px;
}
#div1_l1{
	width:100%;
}
</style>