/*----------µ¼º½---------*/
.menu{
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 58px;
	width: 100%;
	clear: both;
	overflow: hidden;
	
}

.menu li{
	height:58px;
	text-align:center;
	float:left;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.menu li a.link1{
	width: 118px;
}
.menu li a{
	width:114px;
	display:block;
	text-decoration: none;
	font-size: 14px;
	line-height: 58px;
	font-weight: normal;
	height: 58px;
	color: #333333;
	font-family: "Î¢ÈíÑÅºÚ";
}
.menu li a:hover{
	text-decoration:none;
	background-image: url(../images/menu_hover--.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	color: #AC2627;
}


.menu_left {
	background-image: url(../images/menu_left--.gif);
	background-repeat: no-repeat;
	width: 30px;
	background-position: left top;
	float: left;
	height: 58px;
}
.menu_right {
	background-image: url(../images/menu_right--.gif);
	width: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 58px;
}
