@charset "utf-8";
/* CSS Document */

/*导航*/
.menu{
	background-image: url(../images/menu--.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 36px;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #4FA600;
	
}

.menu li{
	height:36px;
	text-align:center;
	float:left;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
}
.menu li a.link1{
	color: #FFFFFF;
	background-image: url(../images/menu_link--.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
	width: 216px;
	padding-right: 0px;
	padding-left: 0px;
}
.menu li a.link1:hover{
	background-image: url(../images/menu_link.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
}
.menu li a{
	display:block;
	text-decoration: none;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	color: #FFFFFF;
	overflow: hidden;
	padding-right: 0px;
	width: 128px;
	padding-left: 0px;
}
.menu li a:hover{
	text-decoration:none;
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: center 52px;
	color: #FFFF00;
}


.menu_left {
	background-image: url(../images/menu_left--.gif);
	background-repeat: no-repeat;
	width: 200px;
	background-position: right  bottom;
	float: left;
	height: 36px;
}
.menu_right {
	background-image: url(../images/menu_right--.jpg);
	width: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 36px;
}
