.menu2 {
	padding:0 0 0 125px;/*控制整个导航左间距*/
	margin:0;
	list-style:none;
	height:35px;
	background: #ededed;
	position:relative;
/*	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ddd;
	border-bottom-color: #ff3e03;*/
}
.menu2 li {
	float:left;
}
.menu2 li a {
	display:block;
	float:left;
	height:35px;
	width:125px;
	line-height:35px;
	color:#ff3e03;
	text-decoration:none;
	font-size:14px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;/*控制元素间距*/
	cursor:pointer;
	margin-right: 10px;
	margin-left: 10px;
}

.menu2 li a:hover{
	color:#ff3e03;
	background:#dedede;
}


.menu2 li.current a {
	color:#fff;
	background: #ff3e03;
}

.menu2 li.current a:hover {
	color:#fff;
	background-color:#ff3e03;
	cursor:default;
}