*{margin:0 auto; padding:0;}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
	font-size: 12px;
	color: #CCCCCC;
}
li {list-style:none;}
#menu2 {height: 40px;width: 800px; margin-top:100px;}
#menu2 ul {
	list-style: none;
	font-size: 14px;
	width: 800px;}
#menu2 ul li {
	overflow: hidden;
	float: left;
	height: 40px;
	width: 114px;
	display: block;
	text-align: center;
}
#menu2 ul li a, #menu2 ul li span {
	float: left;
	text-decoration: none;
	color: #fff;
	clear: both;
	width: 100%;
	height: 40px;
	line-height: 40px;

}
#menu2 ul li a{
color: #000000;
background: transparent url(../images/a_bg.gif) repeat-x left bottom;
background-position: left bottom;
}
#menu2 ul li span {
background: transparent url(../images/a_bg.gif) repeat-x left top;
background-position: left top;
}
.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:200px 0px 30px 20px;
	height:30px;
	clear:both;
	font-family: 'Arial Narrow', Arial, sans-serif;
	width:830px;
	margin:0 auto;
    color:#fff;
	font-size:18px;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}