@charset "utf-8";
/* CSS Document */
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
		
#nav {
	width:999px;
	margin:0 auto;
	line-height:45px;
	font-size:14px;
	}
#nav .mainlevel {	
	width:111px;
	float:left;
	line-height:40px;
	text-align:center;
	/*IE6 only*/}
*#nav .mainlevel a { display:block; width:111px; color:#fff;}
#nav .mainlevel a:hover{
	display:block;
	width:111px;
	height:40px;
	background:#343434 no-repeat center;
	}
#nav .mainlevel ul {display:none; width:111px; font-size:10px; font-family:microsoft yahei; position:absolute; z-index:4; }
#nav .mainlevel li {border-bottom:1px solid #e2e2e2; background:#141c25; width:111px;
float:left;
line-height:30px;
/*IE6 only*/}
#nav .mainlevel li a{
	height:30px;
	}
#nav .mainlevel li a:hover{ color:#FFF;
	background:#c21303;
	width:111px;
	height:30px;
	line-height:30px;
	}
