@charset "utf-8";
/* CSS Document */
body,table,tr,td{
	padding:0px;
	margin:0px;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#900;
}
a:visited{
	color:#666;
}

.title16{
	font-size:14px;
	font-family:宋体;
	text-align:center;
	width:80px;
	color:#fff;
	background:url(../images/bg_menu2.jpg) no-repeat;
	height:42px;
}

.title14{
	font-size:14px;
	font-family:宋体;
	width:80px;
	color:#f00;
}

ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
li{
	float:left;
	width:80px;
	background:url(../images/bg_menu.gif) no-repeat 50% left;
	height:30px;
	text-align:center;
	padding-top:12px;
	font-size:14px;
	font-weight:bold;
	display:block;
	cursor:pointer;
}
li a{
	color:#fff;
}

li a:hover{
	color:#FFF;
}
li a:visited{
	color:#fff;
}
.current{
	background:url(../images/bg_menu.gif) no-repeat 50% right;
	color:#fff;
}
#s1{
	display:block;
	 height:205px;
	 width:300px;
	 float:right;
}
#s2{
	display:none;
	height:205px;
	width:300px;
	 float:right;
}

