*{
	margin:0;
	padding:0;
}
body{
	background:#fff url('/images/kf02.png') repeat-x;
}
.test{
	font-size:12px;
	color:#fff;
	height:39px;
	background:url('/images/menubg.png') repeat-x;
}
.test ul{
	list-style:none;
}
.test li{
	float:left;
	margin-left:1px solid #fff;
	line-height:39px;
}
.test a{
	display:block;
	text-align:center;
	width:100px;
	color:#fff;
	text-decoration:none;
}
.test a:hover{
	color:#fff;
	text-decoration:underline;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
html { 
     overflow:-moz-scrollbars-vertical; 
	 overflow-x:hidden;
	 overflow-y:auto;
} 
.sf{
	*margin-left:-80px !important;
}