.tab_all
{
 /*width:360px;*/
 margin:0 auto;
 overflow:hidden;
 border:0px solid #cccccc;
}
.tab_all .menu
{
 /*width:360px;*/
 margin:0;
 padding:0;
 height:22px;
 list-style:none;
 overflow:hidden;
 float:right;
 border-bottom:1px solid #cccccc;
}
.tab_all .menu li
{
 margin:0;
 padding:0;
 height:22px;
 list-style:none;
 overflow:hidden;
 text-align:center;
 float:right;
 margin:auto 1px;
}

.tab_all .menu .default
{
 width:85px;
 font-size:10pt;
 line-height:1.5;
 margin-left:1px;
 cursor:pointer; 
 background:url('default.jpg') no-repeat;
}
.tab_all .menu .active
{
 width:85px;
 font-size:10pt;
 line-height:1.5;
 margin-left:1px;
 cursor:pointer; 
 font-weight:bold;
 color:#000000;
 background:url('Active.jpg') no-repeat;
}

.tab_all .Mask{
	position:absolute; 
	z-index:1000;
	background-color:#000000;
	border:1px solid #000000;
	filter: alpha(opacity=2); 
	opacity: 0.7;
}