@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(../images/oc_bg.jpg);
}
#nav{
	background-image:url(../images/oc_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:986px;
	height:65px;
	margin:0 auto;
	text-shadow:0 1px 0 rgba(0,0,0,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
#nav ul{ margin:0px auto 0px 70px;  }

#nav li{

	float:left;

	list-style:none;

	font-family:"Microsoft YaHei","黑体";

	font-size:17px;

	font-weight:bold;

	line-height:30px;

	color:#CCC;

	padding-right:60px;

	padding-top:17px;

}

#nav li a{ font-family:"Microsoft YaHei","黑体"; font-size:17px; font-weight:bold; line-height:30px;color:#fff;
	text-decoration:none;}

#nav li a:hover{

	font-family:"Microsoft YaHei", "黑体";

	font-size:17px;

	font-weight:bold;

	line-height:30px;

	color:#d4b47a;

}
a{
text-decoration:none;
}
.clear{clear:both;}