@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
body{font-size:12px;font-family:'微软雅黑';}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;}

/*menu*/
#nav {	
	width: 1060px;
	overflow: hidden;
	font: bold 100%/1 "微软雅黑", sans-serif;
 	background: url(../images/tray.png) 0 0 no-repeat;}
#nav .mainlevel span {padding:0 10px;font-size:14px;}
#nav .mainlevel {float:left; width:120px;text-align:center;}
#nav .mainlevel a{
	color:#404040;
	text-decoration:none;	
	line-height:45px;
	width:auto; 
	display:block;	
	text-indent: 5px;	
	background: url(../images/tray-separator.gif) 100% 0 no-repeat;}
#nav .mainlevel a:hover  {background: url(../images/tray-hover.gif);color: #fff;}
#nav .mainlevel ul {display:none; position:absolute;z-index: 10;}
#nav .mainlevel li {background:rgba(118,203,245,0.75); width:120px;}
#nav_li{
	width:120px !important;
	text-align: center!important;
	color:#000 !important;}

