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