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