@charset "utf-8";
/* CSS Document */

/*导航*/
.menu{
	height: 44px;
	clear: both;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	
}

.menu li{
	height: 44px;
	text-align: center;
	float: left;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;

}
.menu li a.link1{
	text-decoration:none;
	color: #FF9900;
}

.menu li a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 44px;
	font-weight: bold;
	height: 44px;
	color: #FFFFFF;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	width: 110px;
}
.menu li a:hover{
	text-decoration: none;
	color: #FFFF00;
}


.menu_left {
	width: 15px;
	float: left;
	height: 44px;
}
.menu_right {
	width: 15px;
	float: right;
	height: 44px;
}
